Skip to content

Commit 4e6a2c3

Browse files
committed
fix: proper margin b/w icons
1 parent b7f06de commit 4e6a2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@ export const NavBar: React.FC<NavBarProps> = ({
517517
alignItems: "center",
518518
borderRadius: "5px",
519519
padding: "8px",
520-
marginRight: "-4px",
520+
marginRight: "4px",
521521
}}
522522
>
523-
<Translate />
523+
<Translate />
524524
</IconButton>
525525
<Menu
526526
anchorEl={langAnchorEl}

0 commit comments

Comments
 (0)