mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
Merge pull request #4587 from urbit/mp/settings/sidebar
settings: fix sidebar spacing
This commit is contained in:
commit
93e4c96959
@ -85,10 +85,10 @@ export default function SettingsScreen(props: any) {
|
||||
width='100%'
|
||||
overflowY='auto'
|
||||
>
|
||||
<Text display='block' my='4' mx='3' fontSize='2' fontWeight='700'>
|
||||
<Text display='block' mt='4' mb='3' mx='3' fontSize='2' fontWeight='700'>
|
||||
System Preferences
|
||||
</Text>
|
||||
<Col gapY='1'>
|
||||
<Col>
|
||||
<SidebarItem
|
||||
icon='Inbox'
|
||||
text='Notifications'
|
||||
|
@ -30,7 +30,7 @@ export const SidebarItem = ({
|
||||
bgActive="washedGray"
|
||||
display="flex"
|
||||
px="3"
|
||||
py="1"
|
||||
py="2"
|
||||
justifyContent="space-between"
|
||||
{...rest}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user