Skip to content

Commit

Permalink
Merge branch 'main' into fix/8958-qa-hardcoded-text-string-in-new-reg…
Browse files Browse the repository at this point in the history
…ister-form
  • Loading branch information
leomendoza123 authored Dec 4, 2023
2 parents a3c4a15 + ae31bdd commit f1bf255
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 f1bf255

Please sign in to comment.