mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
remove bad button style
This commit is contained in:
parent
23807a3506
commit
872dde4e1c
@ -302,7 +302,7 @@ const SettingsContent = React.memo(() => {
|
||||
/>
|
||||
<Button
|
||||
disabled={clearing}
|
||||
style={[styles.button, styles.licenseButton]}
|
||||
style={styles.button}
|
||||
title="Licenses (Android)"
|
||||
onPress={() => navigation.navigate('web', { uri: 'file:///android_asset/licenses/android_licenses.html' })}
|
||||
buttonStyle="hollow"
|
||||
@ -395,12 +395,6 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
modalTextSubmit: {
|
||||
marginLeft: 15,
|
||||
// backgroundColor: 'green',
|
||||
},
|
||||
text: {
|
||||
color: 'white',
|
||||
fontFamily: font.regular,
|
||||
fontSize: 15,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user