Fix font in the keyboard header

This commit is contained in:
polyzium
2024-08-23 17:28:50 +03:00
parent 62e8ab2ac8
commit 5275952819
2 changed files with 5 additions and 1 deletions

View File

@@ -99,3 +99,7 @@
font-size: 14px;
line-height: 16px;
}
.keyboard-header {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

View File

@@ -153,7 +153,7 @@ export const VirtualKeyboard = ({ isBigScreen }: KeyboardProps) => {
{/* header */}
<div className="flex items-center justify-between px-3 py-1">
<div className="flex flex-row">
<div className="w-fit my-auto mr-2 text-sm font-bold text-neutral-500">
<div className="keyboard-header w-fit my-auto mr-2 text-sm font-bold text-neutral-500">
{t('keyboard')}
</div>
<Radio.Group