Skip to content

Commit

Permalink
Fix: ToggleGroupControl active state (#37332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Dec 13, 2021
1 parent 075207b commit 7a7c5d5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export const buttonView = css`

export const buttonActive = css`
color: ${ COLORS.white };
&:active {
background: transparent;
}
`;

export const ButtonContentView = styled.div`
Expand Down

0 comments on commit 7a7c5d5

Please sign in to comment.