diff options
author | Bartosz Kaszubowski <gosimek@gmail.com> | 2024-06-04 01:05:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 16:05:26 -0700 |
commit | 44670c7ee27c81fd4c78e990c3afda68639a015d (patch) | |
tree | f0f97b69731051cf722feabdc9736ae7da36b0e6 /src/view/com/modals/UserAddRemoveLists.tsx | |
parent | 8d8323421c5f9c9f850f2b4e6fd4c62b932e14b2 (diff) | |
download | voidsky-44670c7ee27c81fd4c78e990c3afda68639a015d.tar.zst |
Unify profile tabs and lists screens placeholders (#4315)
Diffstat (limited to 'src/view/com/modals/UserAddRemoveLists.tsx')
-rw-r--r-- | src/view/com/modals/UserAddRemoveLists.tsx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/view/com/modals/UserAddRemoveLists.tsx b/src/view/com/modals/UserAddRemoveLists.tsx index 8a61b1a70..995af7da2 100644 --- a/src/view/com/modals/UserAddRemoveLists.tsx +++ b/src/view/com/modals/UserAddRemoveLists.tsx @@ -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', |