mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 20:12:22 +03:00
Remove hardcoded color
This commit is contained in:
parent
3535fba9dd
commit
6b89679e08
@ -41,11 +41,12 @@ const BatchPlayButton = ({
|
||||
unselectAll(resource)
|
||||
}
|
||||
|
||||
const caption = translate(label)
|
||||
return (
|
||||
<Button
|
||||
color="secondary"
|
||||
aria-label={caption}
|
||||
onClick={addToQueue}
|
||||
label={translate(label)}
|
||||
label={caption}
|
||||
className={className}
|
||||
>
|
||||
{icon}
|
||||
|
Loading…
x
Reference in New Issue
Block a user