We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6ac4e commit 1fd59c4Copy full SHA for 1fd59c4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nordcloud/gnui",
3
- "version": "0.2.5",
+ "version": "0.2.6",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"repository": "git://github.com/nordcloud/gnui.git",
src/components/navigation/Navigation.tsx
@@ -21,7 +21,7 @@ const Item = styled.div`
21
text-decoration: none;
22
height: 2.5rem;
23
vertical-align: middle;
24
-
+ text-decoration: none;
25
&.separator {
26
font-size: ${theme.fontSizes.small};
27
color: ${theme.colors.darks[4]};
0 commit comments