Skip to content

Commit c9bde16

Browse files
authored
Switch - change off color to $backgroundNeutralHeavy (#3177)
1 parent c8c66ff commit c9bde16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/switch/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function createStyles({
176176
width = DEFAULT_WIDTH,
177177
height = DEFAULT_HEIGHT,
178178
onColor = Colors.$backgroundPrimaryHeavy,
179-
offColor = Colors.$backgroundNeutralIdle,
179+
offColor = Colors.$backgroundNeutralHeavy,
180180
disabledColor = Colors.$backgroundDisabled,
181181
thumbColor = Colors.$iconDefaultLight,
182182
thumbSize = DEFAULT_THUMB_SIZE

0 commit comments

Comments
 (0)