We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c66ff commit c9bde16Copy full SHA for c9bde16
src/components/switch/index.tsx
@@ -176,7 +176,7 @@ function createStyles({
176
width = DEFAULT_WIDTH,
177
height = DEFAULT_HEIGHT,
178
onColor = Colors.$backgroundPrimaryHeavy,
179
- offColor = Colors.$backgroundNeutralIdle,
+ offColor = Colors.$backgroundNeutralHeavy,
180
disabledColor = Colors.$backgroundDisabled,
181
thumbColor = Colors.$iconDefaultLight,
182
thumbSize = DEFAULT_THUMB_SIZE
0 commit comments