mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
parent
1c4924f012
commit
8b680cd1b8
@ -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