mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
fix(account-switcher) [PM-21215]: Update section spacing and font weight for consistency. (#16643)
This commit is contained in:
@@ -41,12 +41,10 @@
|
|||||||
</bit-section>
|
</bit-section>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<div class="tw-mt-8" *ngIf="currentAccount$ | async as currentAccount">
|
<div *ngIf="currentAccount$ | async as currentAccount">
|
||||||
<bit-section>
|
<bit-section>
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h6" class="tw-font-semibold">
|
<h2 bitTypography="h6">{{ "options" | i18n }}</h2>
|
||||||
{{ "options" | i18n }}
|
|
||||||
</h2>
|
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
|
|
||||||
<bit-item>
|
<bit-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user