Unify profile tabs and lists screens placeholders (#4315)
This commit is contained in:
parent
8d8323421c
commit
44670c7ee2
6 changed files with 38 additions and 46 deletions
|
|
@ -61,7 +61,7 @@ export function Component({
|
|||
return [pal.border, {height: screenHeight / 1.5}]
|
||||
}
|
||||
|
||||
return [pal.border, {flex: 1}]
|
||||
return [pal.border, {flex: 1, borderTopWidth: 1}]
|
||||
}, [pal.border, screenHeight])
|
||||
|
||||
return (
|
||||
|
|
@ -233,11 +233,7 @@ const styles = StyleSheet.create({
|
|||
textAlign: 'center',
|
||||
fontWeight: 'bold',
|
||||
fontSize: 24,
|
||||
marginBottom: 10,
|
||||
},
|
||||
list: {
|
||||
flex: 1,
|
||||
borderTopWidth: 1,
|
||||
marginBottom: 12,
|
||||
},
|
||||
btns: {
|
||||
position: 'relative',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue