Skip to content

Commit

Permalink
feat: change Switch color to primary (#958)
Browse files Browse the repository at this point in the history
feat: change switch color
  • Loading branch information
ssong10 authored Jul 8, 2024
1 parent a310e7f commit 7641a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vibrant-components/src/lib/Switch/Switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Switch = withSwitchVariation(
<Transition
animation={{
opacity,
backgroundColor: isChecked ? 'informative' : 'surface4',
backgroundColor: isChecked ? 'primary' : 'surface4',
}}
duration={200}
>
Expand Down

0 comments on commit 7641a2a

Please sign in to comment.