Skip to content

Commit

Permalink
Improve spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasaifee42 committed Nov 15, 2024
1 parent ca57d1a commit 3e2e103
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,6 +1,6 @@
{
"name": "@undp-data/undp-visualization-library",
"version": "1.0.2",
"version": "1.0.3",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"browser": "./dist/index.umd.js",
Expand Down
1 change: 1 addition & 0 deletions src/Components/Graphs/UnitChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export function UnitChart(props: Props) {
style={{
lineHeight: 0,
width: width ? `${width}px` : '100%',
marginBottom: '0.75rem',
}}
aria-label='Color legend'
>
Expand Down

0 comments on commit 3e2e103

Please sign in to comment.