mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-07 21:03:27 +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}
|
||||
icon={
|
||||
<Icon
|
||||
fill={shuffle === PlayerShuffle.NONE ? 'default' : 'primary'}
|
||||
color={shuffle === PlayerShuffle.NONE ? 'default' : 'primary'}
|
||||
icon="mediaShuffle"
|
||||
size={buttonSize}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user