mirror of
https://github.com/balzack/databag.git
synced 2025-05-04 15:35:16 +00:00
fixing settings style
This commit is contained in:
parent
f5c2cd5ca1
commit
8b8717f987
@ -39,6 +39,7 @@ export const styles = StyleSheet.create({
|
|||||||
textWrap: 'nowrap',
|
textWrap: 'nowrap',
|
||||||
textOverflow: 'ellipsis',
|
textOverflow: 'ellipsis',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
paddingTop: 8,
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
@ -35,11 +35,9 @@ export function Settings() {
|
|||||||
<TouchableOpacity style={styles.image} onPress={SelectImage}>
|
<TouchableOpacity style={styles.image} onPress={SelectImage}>
|
||||||
<Image style={styles.logo} resizeMode={'contain'} source={{ uri: state.imageUrl }} />
|
<Image style={styles.logo} resizeMode={'contain'} source={{ uri: state.imageUrl }} />
|
||||||
<View style={styles.editBar}>
|
<View style={styles.editBar}>
|
||||||
<View style={styles.editBorder}>
|
<Surface style={styles.editBorder} elevation={0}>
|
||||||
<Surface elevation={0}>
|
|
||||||
<Text style={styles.editLogo}>{state.strings.edit}</Text>
|
<Text style={styles.editLogo}>{state.strings.edit}</Text>
|
||||||
</Surface>
|
</Surface>
|
||||||
</View>
|
|
||||||
</View>
|
</View>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user