Skip to content

Commit

Permalink
Fix Submenu font size
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Nov 29, 2024
1 parent e630c1b commit 1c133b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/connect-v1/src/components/atoms/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const SubMenu = styled(MenuItem)(() => ({
paddingRight: 0,
paddingTop: 0,
paddingBottom: 0,
fontSize: 14,
display: "flex",
gap: 4,
maxHeight: 20,
Expand Down
1 change: 1 addition & 0 deletions apps/connect/src/components/atoms/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const SubMenu = styled(MenuItem)(() => ({
paddingTop: 0,
paddingBottom: 0,
display: "flex",
fontSize: 14,
gap: 4,
maxHeight: 20,
color: COLOR.whiteWithTransparency,
Expand Down

0 comments on commit 1c133b9

Please sign in to comment.