Skip to content

Commit 9b30c26

Browse files
authored
Use token for Switch thumb (#2393)
1 parent 4bf83f3 commit 9b30c26

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
@@ -177,7 +177,7 @@ function createStyles({
177177
onColor = Colors.$backgroundPrimaryHeavy,
178178
offColor = Colors.$backgroundNeutralIdle,
179179
disabledColor = Colors.$backgroundDisabled,
180-
thumbColor = Colors.white,
180+
thumbColor = Colors.$iconDefaultLight,
181181
thumbSize = DEFAULT_THUMB_SIZE
182182
}: SwitchProps) {
183183
return StyleSheet.create({

0 commit comments

Comments
 (0)