We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea08b4 commit 41fc1d6Copy full SHA for 41fc1d6
src/utils/theme.ts
@@ -88,7 +88,7 @@ export const themeVariables = css`
88
/* Icon */
89
--icon-border-radius: var(--mush-icon-border-radius, 50%);
90
--icon-size: var(--mush-icon-size, 36px);
91
- --icon-symbol-size: var(--mush-icon-symbol-size, 0.6em);
+ --icon-symbol-size: var(--mush-icon-symbol-size, 0.667em);
92
`;
93
94
export const themeColorCss = css`
0 commit comments