Skip to content

Commit

Permalink
fix: rename spacing property
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Dec 13, 2024
1 parent 9e5c83f commit 99f2cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/epo-react-lib/src/styles/globalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const createCSSGlobalSizes = () => {
)
.flat()
.map(({ label, clamp }) => {
return `--size-space-${label}: ${clamp};`;
return `--size-spacing-${label}: ${clamp};`;
});
};

Expand Down

0 comments on commit 99f2cab

Please sign in to comment.