1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

fix typography of change shortcut section text (#11163)

This commit is contained in:
Jonathan Prusik
2024-09-20 12:59:48 -04:00
committed by GitHub
parent cf1f7cc61d
commit 9b352c0cd8

View File

@@ -107,7 +107,7 @@
</bit-section-header>
<bit-item>
<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">
{{ autofillKeyboardHelperText }}
</bit-hint>