about summary refs log tree commit diff
path: root/src/view/shell/Drawer.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-10-28 20:18:54 -0500
committerGitHub <noreply@github.com>2024-10-28 18:18:54 -0700
commit2502c91dee7cad7c990e412b9acda8f54e2df14b (patch)
tree99b8d2892b6b06558f1feae576f8f6863adef628 /src/view/shell/Drawer.tsx
parentb4fcbad64343618b2511c82d48298d421e17eca4 (diff)
downloadvoidsky-2502c91dee7cad7c990e412b9acda8f54e2df14b.tar.zst
Fix drawer icon alignment (#5991)
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r--src/view/shell/Drawer.tsx1
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,