mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
increase size of play button icon
This commit is contained in:
parent
35e70a3eff
commit
d8f7b49ab6
1 changed files with 3 additions and 0 deletions
|
|
@ -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' })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue