mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +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,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
||||
@@ -85,7 +85,7 @@ export const MobilePlayerbar = () => {
|
||||
label={t('player.toggleFullscreenPlayer', {
|
||||
postProcess: 'sentenceCase',
|
||||
})}
|
||||
openDelay={500}
|
||||
openDelay={0}
|
||||
>
|
||||
<Image
|
||||
className={clsx(
|
||||
|
||||
@@ -83,6 +83,7 @@ export const MainPlayButton = forwardRef<HTMLButtonElement, PlayButtonProps>(
|
||||
label: isPaused
|
||||
? (t('player.play', { postProcess: 'sentenceCase' }) as string)
|
||||
: (t('player.pause', { postProcess: 'sentenceCase' }) as string),
|
||||
openDelay: 0,
|
||||
}}
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user