Skip to content

Commit

Permalink
Fixed list bullet square so its always of constant width (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: Ernestas Zaloga <[email protected]>
  • Loading branch information
ErnestasZaloga and Ernestas Zaloga authored Jun 28, 2023
1 parent d9fb6a1 commit 6e63bac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "8.9.0",
"version": "8.9.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/components/list/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const StyledListMarker = css`
content: "";
border-radius: 1px;
width: 8px;
min-width: 8px;
height: 8px;
margin: ${theme.spacing.spacing02};
background-color: ${theme.color.text.text01};
Expand Down

0 comments on commit 6e63bac

Please sign in to comment.