mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 14:10:14 +02:00
normalize tooltips
This commit is contained in:
@@ -110,7 +110,7 @@ export const LeftControls = () => {
|
||||
label={t('player.toggleFullscreenPlayer', {
|
||||
postProcess: 'sentenceCase',
|
||||
})}
|
||||
openDelay={500}
|
||||
openDelay={0}
|
||||
>
|
||||
<Image
|
||||
className={clsx(
|
||||
@@ -139,7 +139,7 @@ export const LeftControls = () => {
|
||||
label: t('common.expand', {
|
||||
postProcess: 'titleCase',
|
||||
}),
|
||||
openDelay: 500,
|
||||
openDelay: 0,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user