Skip to content

Commit fb9a9ac

Browse files
committed
fix: stroke-width
1 parent abcc9ae commit fb9a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GlobalStyles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const GlobalStylesElement = createGlobalStyle<GlobalStylesElementProps>`
9898
min-width: var(--icon-size);
9999
min-height: var(--icon-size);
100100
max-height: var(--icon-size);
101-
stroke-width: var(--border-width);
101+
stroke-width: var(--stroke-width);
102102
}
103103
104104
.cube-animation-spin {

0 commit comments

Comments
 (0)