fix: fixed input border

This commit is contained in:
ThinLiquid 2024-02-02 02:35:04 +00:00 committed by GitHub
parent bc3d82fd56
commit 3a64f5801a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ const Components: Library = {
padding: '2.5px',
outline: 'none',
background: 'transparent',
border: '1px solid const(--surface-0)'
border: '1px solid var(--surface-0)'
})
return input
}