Skip to content

Commit

Permalink
Merge pull request #255 from memser-spaceport/fix/ui-changes
Browse files Browse the repository at this point in the history
fix: icon gap
  • Loading branch information
NivedhaSV authored Sep 26, 2024
2 parents d8dacfa + c60725b commit 9f091c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/core/navbar/nav-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export default function Navbar(props: Readonly<INavbar>) {
justify-content: space-between;
box-shadow: 0px 1px 4px 0px #e2e8f0;
padding: 0 16px 0px 22px;
gap:10px;
}
button {
Expand Down

0 comments on commit 9f091c9

Please sign in to comment.