settings: fix sidebar spacing

Fixes urbit/landscape#562
This commit is contained in:
Matilde Park 2021-03-11 17:00:57 -05:00
parent 1c4924f012
commit 8b680cd1b8
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -30,7 +30,7 @@ export const SidebarItem = ({
bgActive="washedGray"
display="flex"
px="3"
py="1"
py="2"
justifyContent="space-between"
{...rest}
>