Skip to content

Commit

Permalink
change active account status to green (#7371)
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-bw authored Dec 29, 2023
1 parent 4f310b6 commit ec417cf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
[attr.aria-hidden]="status.text === 'active'"
>
<span class="tw-sr-only">(</span>
{{ status.text }}
<span [ngClass]="status.text === 'active' ? 'tw-font-bold tw-text-success' : ''">{{
status.text
}}</span>
<span class="tw-sr-only">)</span>
</div>
</div>
Expand Down

0 comments on commit ec417cf

Please sign in to comment.