mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
fix(web/menu): fix vertical icon alignment
This commit is contained in:
@@ -30,7 +30,7 @@ const ListItem = forwardRef<Array<HTMLDivElement | null>, Props>(({ item, index,
|
|||||||
>
|
>
|
||||||
<Flex alignItems="center" height="100%" gap="20px">
|
<Flex alignItems="center" height="100%" gap="20px">
|
||||||
{item.icon && (
|
{item.icon && (
|
||||||
<Box>
|
<Box display="flex" alignItems="center">
|
||||||
<FontAwesomeIcon icon={item.icon} fontSize={24} color="#909296" fixedWidth />
|
<FontAwesomeIcon icon={item.icon} fontSize={24} color="#909296" fixedWidth />
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user