diff options
author | Eric Bailey <git@esb.lol> | 2024-10-28 20:18:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 18:18:54 -0700 |
commit | 2502c91dee7cad7c990e412b9acda8f54e2df14b (patch) | |
tree | 99b8d2892b6b06558f1feae576f8f6863adef628 /src/view/shell/Drawer.tsx | |
parent | b4fcbad64343618b2511c82d48298d421e17eca4 (diff) | |
download | voidsky-2502c91dee7cad7c990e412b9acda8f54e2df14b.tar.zst |
Fix drawer icon alignment (#5991)
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r-- | src/view/shell/Drawer.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 0a3b4cfdf..257506dd0 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -575,6 +575,7 @@ function MenuItem({icon, label, count, bold, onPress}: MenuItemProps) { style={[ a.flex_1, a.flex_row, + a.align_center, a.gap_md, a.py_md, a.px_xl, |