mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
SidebarItem: centre icons
This commit is contained in:
parent
e266273ff1
commit
f0e1a24b42
@ -34,7 +34,7 @@ export const SidebarItem = ({
|
||||
justifyContent="space-between"
|
||||
{...rest}
|
||||
>
|
||||
<Row>
|
||||
<Row alignItems="center">
|
||||
<Icon color={color} icon={icon as any} mr="2" />
|
||||
<Text color={color}>{text}</Text>
|
||||
</Row>
|
||||
|
Loading…
Reference in New Issue
Block a user