Skip to content

Commit

Permalink
Match the spacing between color legend and unit chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasaifee42 committed Nov 15, 2024
1 parent 3e2e103 commit 500a44b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3",
"version": "1.0.4",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"browser": "./dist/index.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Graphs/UnitChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function UnitChart(props: Props) {
style={{
lineHeight: 0,
width: width ? `${width}px` : '100%',
marginBottom: '0.75rem',
marginBottom: '1rem',
}}
aria-label='Color legend'
>
Expand Down

0 comments on commit 500a44b

Please sign in to comment.