Skip to content

Commit

Permalink
feat(ChoiceGroup): updating the filter color from product color (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdanisko committed Apr 3, 2020
1 parent 223c846 commit e1ad6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChoiceGroup/components/FilterWrapper.js
Expand Up @@ -9,7 +9,7 @@ import ButtonLink from "../../ButtonLink";
const StyledOnlyButton = styled(ButtonLink)``;

const hoverAndFocus = () => css`
background-color: ${({ theme }) => theme.orbit.paletteProductLight};
background-color: ${({ theme }) => theme.orbit.paletteBlueLight};
${StyledOnlyButton} {
visibility: visible;
Expand Down

0 comments on commit e1ad6f2

Please sign in to comment.