Remove hardcoded color

This commit is contained in:
Deluan
2020-10-31 19:40:25 -04:00
parent 3535fba9dd
commit 6b89679e08
+3 -2
View File
@@ -41,11 +41,12 @@ const BatchPlayButton = ({
unselectAll(resource) unselectAll(resource)
} }
const caption = translate(label)
return ( return (
<Button <Button
color="secondary" aria-label={caption}
onClick={addToQueue} onClick={addToQueue}
label={translate(label)} label={caption}
className={className} className={className}
> >
{icon} {icon}