more settings style

This commit is contained in:
balzack 2024-09-22 21:01:45 -07:00
parent 9956b11601
commit 836dbb6552
2 changed files with 6 additions and 1 deletions

View File

@ -158,6 +158,11 @@ export const styles = StyleSheet.create({
paddingRight: 32,
fontStyle: 'italic',
},
options: {
width: '100%',
paddingTop: 12,
paddingBottom: 16,
},
attributes: {
display: 'flex',
flexDirection: 'column',

View File

@ -232,7 +232,7 @@ export function Settings() {
<View style={styles.divider}>
<Divider style={styles.line} bold={true} />
</View>
<View style={styles.attributes}>
<View style={styles.options}>
<View style={styles.attribute}>
<View style={styles.icon}>
<Icon size={24} source="clock-outline" />