mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +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>
|
||||
</ng-container>
|
||||
|
||||
<div class="tw-mt-8" *ngIf="currentAccount$ | async as currentAccount">
|
||||
<div *ngIf="currentAccount$ | async as currentAccount">
|
||||
<bit-section>
|
||||
<bit-section-header>
|
||||
<h2 bitTypography="h6" class="tw-font-semibold">
|
||||
{{ "options" | i18n }}
|
||||
</h2>
|
||||
<h2 bitTypography="h6">{{ "options" | i18n }}</h2>
|
||||
</bit-section-header>
|
||||
|
||||
<bit-item>
|
||||
|
||||
Reference in New Issue
Block a user