fix: fixed input border
This commit is contained in:
parent
bc3d82fd56
commit
3a64f5801a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue