Skip to content

Commit

Permalink
Simplify theme variable
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Jul 18, 2024
1 parent b4d0aee commit 3097c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const themeVariables = css`
/* Icon */
--icon-border-radius: var(--mush-icon-border-radius, 50%);
--icon-size: var(--mush-icon-size, 36px);
--icon-symbol-size: var(--mush-icon-symbol-size, 0.6112em);
--icon-symbol-size: var(--mush-icon-symbol-size, 0.6em);
`;

export const themeColorCss = css`
Expand Down

0 comments on commit 3097c75

Please sign in to comment.