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