Skip to content

Commit

Permalink
update toggle states
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Feb 21, 2024
1 parent e6645f9 commit 46243ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/atoms/buttons/ToggleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const TOGGLE_ENABLED_STYLES = css`
}
&:disabled {
color: ${COLORS.grey40};
color: ${COLORS.grey30};
}
`

Expand Down

0 comments on commit 46243ba

Please sign in to comment.