Leon 1 ano atrás
pai
commit
f4af75df81

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
android/app/src/main/assets/index.android.bundle


Diferenças do arquivo suprimidas por serem muito extensas
+ 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)

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff