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 abcc9ae commit fb9a9acCopy full SHA for fb9a9ac
src/components/GlobalStyles.tsx
@@ -98,7 +98,7 @@ const GlobalStylesElement = createGlobalStyle<GlobalStylesElementProps>`
98
min-width: var(--icon-size);
99
min-height: var(--icon-size);
100
max-height: var(--icon-size);
101
- stroke-width: var(--border-width);
+ stroke-width: var(--stroke-width);
102
}
103
104
.cube-animation-spin {
0 commit comments