Skip to content

Commit

Permalink
fix(leadingIcon styles): remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronDWall committed May 14, 2024
1 parent 1f57216 commit b31a7a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type TColorThemeConfiguration = {
border?: string;
};

export const sizeMap = {
const sizeMap = {
10: designTokens.spacing50,
20: `calc(${designTokens.spacing50} + ${designTokens.spacing20})`,
30: designTokens.spacing60,
Expand Down

0 comments on commit b31a7a0

Please sign in to comment.