mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
change active account status to green (#7371)
This commit is contained in:
parent
4f310b6b69
commit
ec417cf2aa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user