Skip to content

Commit

Permalink
update toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
braunjj committed Dec 6, 2023
1 parent 5a392f8 commit f38962d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ const SwitchIcon = ({checked, indeterminate, fillColor, disabled}: IconProps) =>
? colorBorderDefault()
: fillColor
: disabled
? colorAccentGray()
: colorBorderDefault()
? colorBorderDefault()
: colorAccentGray()
}
style={{
transition: 'fill 100ms linear',
Expand Down

0 comments on commit f38962d

Please sign in to comment.