Skip to content

Commit

Permalink
fix: input
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Aug 14, 2023
1 parent 971a9fc commit f759fde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/themes/components/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export function inputTheme() {
'& input': {
width: '100%',
height: '100%',
padding: 0,
margin: 0,
boxSizing: 'border-box',
border: 0,
outline: 0,
},
[`&.${ns.is('focus')}`]: {
[ns.v('border-color')]: ns.vb('color', 'primary'),
Expand Down

0 comments on commit f759fde

Please sign in to comment.