mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
increase size of play button icon
This commit is contained in:
@@ -63,6 +63,9 @@ export const PlayButton = ({ isPaused, ...props }: PlayButtonProps) => {
|
|||||||
<ActionIcon
|
<ActionIcon
|
||||||
className={styles.main}
|
className={styles.main}
|
||||||
icon={isPaused ? 'mediaPlay' : 'mediaPause'}
|
icon={isPaused ? 'mediaPlay' : 'mediaPause'}
|
||||||
|
iconProps={{
|
||||||
|
size: 'lg',
|
||||||
|
}}
|
||||||
tooltip={
|
tooltip={
|
||||||
isPaused
|
isPaused
|
||||||
? t('player.play', { postProcess: 'sentenceCase' })
|
? t('player.play', { postProcess: 'sentenceCase' })
|
||||||
|
|||||||
Reference in New Issue
Block a user