Skip to content

Commit

Permalink
Fix menu icons (#472)
Browse files Browse the repository at this point in the history
* new flex container

* fix

* bump version
  • Loading branch information
andrev321 authored Jul 4, 2022
1 parent 482f7a0 commit a1caa50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nordcloud/gnui",
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
"version": "5.9.1",
"version": "5.9.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/components/navigationBar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ export const StyledTriggerWrapper = styled.div`
height: 100%;
display: flex;
column-gap: ${theme.spacing.spacing02};
justify-content: center;
}
`;

0 comments on commit a1caa50

Please sign in to comment.