* make toggle border width slightly larger * change copyzio/stable
parent
b6317d4ce7
commit
32b9648931
|
@ -165,8 +165,8 @@ const styles = StyleSheet.create({
|
||||||
width: 42,
|
width: 42,
|
||||||
height: 26,
|
height: 26,
|
||||||
borderRadius: 15,
|
borderRadius: 15,
|
||||||
padding: 4,
|
padding: 3,
|
||||||
borderWidth: 1,
|
borderWidth: 2,
|
||||||
},
|
},
|
||||||
circleFill: {
|
circleFill: {
|
||||||
width: 16,
|
width: 16,
|
||||||
|
|
|
@ -344,7 +344,7 @@ export const SettingsScreen = withAuthRequired(
|
||||||
<View style={[pal.view, styles.toggleCard]}>
|
<View style={[pal.view, styles.toggleCard]}>
|
||||||
<ToggleButton
|
<ToggleButton
|
||||||
type="default-light"
|
type="default-light"
|
||||||
label="Require alt text on images"
|
label="Require alt text before posting"
|
||||||
labelType="lg"
|
labelType="lg"
|
||||||
isSelected={store.preferences.requireAltTextEnabled}
|
isSelected={store.preferences.requireAltTextEnabled}
|
||||||
onPress={store.preferences.toggleRequireAltTextEnabled}
|
onPress={store.preferences.toggleRequireAltTextEnabled}
|
||||||
|
|
Loading…
Reference in New Issue