mirror of
https://github.com/balzack/databag.git
synced 2025-04-23 01:55:17 +00:00
fixing settings header
This commit is contained in:
parent
a006718174
commit
a0150e5ce3
@ -91,8 +91,6 @@ export const styles = StyleSheet.create({
|
||||
},
|
||||
title: {
|
||||
width: '100%',
|
||||
paddingTop: 8,
|
||||
paddingBottom: 8,
|
||||
},
|
||||
header: {
|
||||
fontSize: 22,
|
||||
@ -100,7 +98,8 @@ export const styles = StyleSheet.create({
|
||||
textWrap: 'nowrap',
|
||||
textOverflow: 'ellipsis',
|
||||
overflow: 'hidden',
|
||||
padding: 8,
|
||||
height: 52,
|
||||
paddingTop: 16,
|
||||
},
|
||||
image: {
|
||||
position: 'relative',
|
||||
|
Loading…
x
Reference in New Issue
Block a user