Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: ToggleGroupControl active state.
  • Loading branch information
jorgefilipecosta committed Dec 13, 2021
commit 0375cfa080f65092e2709ef5f02faec3c7aeed91
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