mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
change active account status to green (#7371)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user