Skip to content

Commit

Permalink
Gleev v4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attemka committed Nov 8, 2023
1 parent 4d9a10a commit 6a53adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "UI for consuming Joystream - a user governed video platform",
"version": "4.12.0",
"version": "4.13.1",
"license": "GPL-3.0",
"workspaces": [
"packages/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const SidebarNavLink = styled(Link, { shouldForwardProp: isPropValid })<S
}
> span {
margin-left: ${sizes(6)};
margin-left: ${sizes(7)};
font: ${cVar('typographyDesktopH400')};
letter-spacing: ${cVar('typographyDesktopH400LetterSpacing')};
text-transform: ${cVar('typographyDesktopH400TextTransform')};
Expand Down

0 comments on commit 6a53adf

Please sign in to comment.