Fix drawer icon alignment (#5991)
This commit is contained in:
@@ -575,6 +575,7 @@ function MenuItem({icon, label, count, bold, onPress}: MenuItemProps) {
|
|||||||
style={[
|
style={[
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
|
a.align_center,
|
||||||
a.gap_md,
|
a.gap_md,
|
||||||
a.py_md,
|
a.py_md,
|
||||||
a.px_xl,
|
a.px_xl,
|
||||||
|
|||||||
Reference in New Issue
Block a user