Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Icon fixes for callouts and verify mp (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jan 27, 2022
1 parent 5249e55 commit 6b4ed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular/src/components/callout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[attr.role]="useAlertRole ? 'alert' : null"
>
<h3 class="callout-heading" *ngIf="title">
<i class="{{ icon }}" *ngIf="icon" aria-hidden="true"></i>
<i class="bwi {{ icon }}" *ngIf="icon" aria-hidden="true"></i>
{{ title }}
</h3>
<div class="enforced-policy-options" *ngIf="enforcedPolicyOptions">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{ "sendCode" | i18n }}
</button>
<span class="ml-2 text-success" role="alert" @sent *ngIf="sentCode">
<i class="bwi-check-circle" aria-hidden="true"></i>
<i class="bwi bwi-check-circle" aria-hidden="true"></i>
{{ "codeSent" | i18n }}
</span>
</div>
Expand Down

0 comments on commit 6b4ed5f

Please sign in to comment.