Fix drawer icon alignment (#5991)

This commit is contained in:
Eric Bailey
2024-10-28 20:18:54 -05:00
committed by GitHub
parent b4fcbad643
commit 2502c91dee
+1
View File
@@ -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,