fix generic error icon styling

This commit is contained in:
Denys Vuika
2019-04-30 10:23:31 +01:00
parent 9db1c2989f
commit 39d3ccb7ac
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<mat-icon>ic_error</mat-icon>
<mat-icon>error</mat-icon>
<p class="generic-error__title">
{{ text | translate }}
</p>

View File

@@ -14,7 +14,6 @@
mat-icon {
color: var(--theme-warn-color, #f44336);
direction: rtl;
font-size: 52px;
height: 52px;
width: 52px;