diff --git a/Switch.tsx b/Switch.tsx index 198b1bd..33edb7b 100644 --- a/Switch.tsx +++ b/Switch.tsx @@ -27,6 +27,7 @@ export default function Switch({ style={{marginRight: MARGIN}} value={value} onValueChange={onChange} + trackColor={{true: colors.primary + '80', false: colors.disabled}} /> {children}