1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

fix(current-account-component): [Auth/PM-16263] Current account avatar outline should be blue. (#15973)

This commit is contained in:
Dave
2025-08-12 12:50:17 -04:00
committed by GitHub
parent d4952d211e
commit ff11ca9133

View File

@@ -2,7 +2,7 @@
<button
*ngIf="currentAccount$ | async as currentAccount; else defaultButton"
type="button"
class="tw-rounded-full hover:tw-outline hover:tw-outline-1 hover:tw-outline-offset-1"
class="tw-rounded-full hover:tw-outline hover:tw-outline-1 hover:tw-outline-offset-1 hover:tw-outline-primary-600"
(click)="currentAccountClicked()"
>
<span class="tw-sr-only"> {{ "bitwardenAccount" | i18n }} {{ currentAccount.email }}</span>