mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
swap account font color for muted (#10883)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user