Skip to content

Commit 4fcab50

Browse files
authored
feat: increase padding top
1 parent cc0a629 commit 4fcab50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
3131
textAlign: 'left',
3232
fontSize: '17px',
3333
letterSpacing: '0.02857em',
34-
padding: '6px 16px 6px 22px',
34+
padding: '20px 16px 6px 22px',
3535
minHeight: '48px',
3636
minWidth: '100%',
3737
display: 'flex',

0 commit comments

Comments
 (0)