Remove hardcoded color

This commit is contained in:
Deluan 2020-10-31 19:40:25 -04:00
parent 3535fba9dd
commit 6b89679e08
1 changed files with 3 additions and 2 deletions

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}