We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3d82f commit 3a64f58Copy full SHA for 3a64f58
src/system/lib/Components.ts
@@ -20,7 +20,7 @@ const Components: Library = {
20
padding: '2.5px',
21
outline: 'none',
22
background: 'transparent',
23
- border: '1px solid const(--surface-0)'
+ border: '1px solid var(--surface-0)'
24
})
25
return input
26
}
0 commit comments