mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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">
|
||||
{item.icon && (
|
||||
<Box>
|
||||
<Box display="flex" alignItems="center">
|
||||
<FontAwesomeIcon icon={item.icon} fontSize={24} color="#909296" fixedWidth />
|
||||
</Box>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user