mirror of
https://github.com/balzack/databag.git
synced 2025-04-24 02:25:26 +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',
|
||||
textOverflow: 'ellipsis',
|
||||
overflow: 'hidden',
|
||||
paddingTop: 8,
|
||||
},
|
||||
image: {
|
||||
position: 'relative',
|
||||
|
@ -35,11 +35,9 @@ export function Settings() {
|
||||
<TouchableOpacity style={styles.image} onPress={SelectImage}>
|
||||
<Image style={styles.logo} resizeMode={'contain'} source={{ uri: state.imageUrl }} />
|
||||
<View style={styles.editBar}>
|
||||
<View style={styles.editBorder}>
|
||||
<Surface elevation={0}>
|
||||
<Surface style={styles.editBorder} elevation={0}>
|
||||
<Text style={styles.editLogo}>{state.strings.edit}</Text>
|
||||
</Surface>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user