Fixes #1252 fix alt text setting description toggle (#1261)

* make toggle border width slightly larger

* change copy
zio/stable
Ansh 2023-08-23 16:16:55 -07:00 committed by GitHub
parent b6317d4ce7
commit 32b9648931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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}