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