mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
fix typography of change shortcut section text (#11163)
This commit is contained in:
parent
cf1f7cc61d
commit
9b352c0cd8
@ -107,7 +107,7 @@
|
|||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<bit-item>
|
<bit-item>
|
||||||
<button bit-item-content type="button" (click)="openURI($event, browserShortcutsURI)">
|
<button bit-item-content type="button" (click)="openURI($event, browserShortcutsURI)">
|
||||||
<h3 bitTypography="h5">{{ "autofillKeyboardManagerShortcutsLabel" | i18n }}</h3>
|
<h3 bitTypography="body2">{{ "autofillKeyboardManagerShortcutsLabel" | i18n }}</h3>
|
||||||
<bit-hint slot="secondary" class="tw-text-sm tw-whitespace-normal">
|
<bit-hint slot="secondary" class="tw-text-sm tw-whitespace-normal">
|
||||||
{{ autofillKeyboardHelperText }}
|
{{ autofillKeyboardHelperText }}
|
||||||
</bit-hint>
|
</bit-hint>
|
||||||
|
Loading…
Reference in New Issue
Block a user