Leon il y a 1 an
Parent
commit
f4af75df81

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
android/app/src/main/assets/index.android.bundle


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
android/app/src/main/assets/index.android.map


+ 1 - 1
src/components/input/FSwitch.tsx

@@ -12,7 +12,7 @@ export default function FSwitch(props: { color: string, checked: boolean, onChan
     },[props.checked])
 
     if (process.env.TARO_ENV == 'rn') {
-        return <RNSwitch className="myswitch" trackColor={{ true: props.color }}
+        return <RNSwitch className="myswitch" trackColor={{ true: props.color,false:'#fff' }}
             value={props.checked}
             onChange={(e) => {
                 props.onChange(e.nativeEvent.value)

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff