Skip to content

Commit

Permalink
style: Add missing class to radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Dec 4, 2023
1 parent 17b13cc commit ff7c99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 i18n="@@register.yourPasswords" class="orc-font-body no-top-margin">
</ng-template>

<ng-template #invalid>
<mat-icon class="no-checked" class="material-icons-outlined"
<mat-icon class="no-checked material-icons-outlined"
>radio_button_unchecked
</mat-icon>
</ng-template>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
color: map-get($foreground, 'brand-primary-dark');
}

::ng-deep .mat-icon {
::ng-deep .mat-icon.no-checked {
color: map-get($background, 'ui-background-light');
}
}
Expand Down

0 comments on commit ff7c99a

Please sign in to comment.