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 and noisysocks committed Dec 14, 2021
1 parent c60091e commit 5f1431a
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 5f1431a

Please sign in to comment.