mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 05:12:57 +02:00
use color instead of fill on player shuffle icon
This commit is contained in:
@@ -135,7 +135,7 @@ const ShuffleButton = ({ disabled }: { disabled?: boolean }) => {
|
|||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
icon={
|
icon={
|
||||||
<Icon
|
<Icon
|
||||||
fill={shuffle === PlayerShuffle.NONE ? 'default' : 'primary'}
|
color={shuffle === PlayerShuffle.NONE ? 'default' : 'primary'}
|
||||||
icon="mediaShuffle"
|
icon="mediaShuffle"
|
||||||
size={buttonSize}
|
size={buttonSize}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user