Skip to content

Commit

Permalink
fix: input[type=search] のスタイルを normalize (#5172)
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr authored Dec 10, 2024
1 parent 1c5e9ad commit 34ab280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/smarthr-ui/src/smarthr-ui-preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ export default {
input: {
paddingInline: 'unset',
},
'input[type=search]': {
appearance: 'none',
boxSizing: 'unset',
},
textarea: {
marginInline: 'unset',
},
Expand Down

0 comments on commit 34ab280

Please sign in to comment.