feat: packages route

This commit is contained in:
iCrawl
2022-08-22 16:01:42 +02:00
parent 191951ac28
commit 1aec243b1d
3 changed files with 46 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const useStyles = createStyles((theme, { opened }: { opened: boolean }) => ({
control: {
display: 'block',
width: '100%',
padding: `${theme.spacing.xs}px ${theme.spacing.xs}px`,
padding: theme.spacing.xs,
color: theme.colorScheme === 'dark' ? theme.colors.dark![0] : theme.black,
'&:hover': {