mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
swap account font color for muted (#10883)
This commit is contained in:
parent
3e9fb2009e
commit
c5c8a0dd5e
@ -36,13 +36,13 @@
|
|||||||
<bit-menu #accountMenu>
|
<bit-menu #accountMenu>
|
||||||
<div class="tw-flex tw-min-w-52 tw-max-w-72 tw-flex-col">
|
<div class="tw-flex tw-min-w-52 tw-max-w-72 tw-flex-col">
|
||||||
<div
|
<div
|
||||||
class="tw-flex tw-items-center tw-px-4 tw-py-1 tw-leading-tight tw-text-info"
|
class="tw-flex tw-items-center tw-px-4 tw-py-1 tw-leading-tight tw-text-muted"
|
||||||
appStopProp
|
appStopProp
|
||||||
>
|
>
|
||||||
<dynamic-avatar [id]="account.id" [text]="account | userName"></dynamic-avatar>
|
<dynamic-avatar [id]="account.id" [text]="account | userName"></dynamic-avatar>
|
||||||
<div class="tw-ml-2 tw-block tw-overflow-hidden tw-whitespace-nowrap">
|
<div class="tw-ml-2 tw-block tw-overflow-hidden tw-whitespace-nowrap">
|
||||||
<span>{{ "loggedInAs" | i18n }}</span>
|
<span>{{ "loggedInAs" | i18n }}</span>
|
||||||
<small class="tw-block tw-overflow-hidden tw-whitespace-nowrap tw-text-muted">
|
<small class="tw-block tw-overflow-hidden tw-whitespace-nowrap">
|
||||||
{{ account | userName }}
|
{{ account | userName }}
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user