Skip to content

Commit 3a64f58

Browse files
authored
fix: fixed input border
1 parent bc3d82f commit 3a64f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/lib/Components.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Components: Library = {
2020
padding: '2.5px',
2121
outline: 'none',
2222
background: 'transparent',
23-
border: '1px solid const(--surface-0)'
23+
border: '1px solid var(--surface-0)'
2424
})
2525
return input
2626
}

0 commit comments

Comments
 (0)