Merge pull request #2277 from spotify/alund/cb

Use primary color for checkbox
This commit is contained in:
Fredrik Adelöw
2020-09-04 11:37:38 +02:00
committed by GitHub
@@ -104,6 +104,7 @@ export const ResultsFilter = ({ availableTags }: Props) => {
>
<Checkbox
edge="start"
color="primary"
checked={selectedTags.includes(t)}
tabIndex={-1}
disableRipple