Remove hardcoded color

This commit is contained in:
Deluan 2020-10-31 19:40:25 -04:00 committed by Joe Stump
parent a768cebe05
commit fd984b8897
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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}