mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(input): fixed the background change on autofill in Chrome (#3430)
* fix(input): fixed the background change on autofill in Chrome * fix(input): fixed the background change on autofill in Chrome * chore(changeset): add issue number --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com>
This commit is contained in:
parent
9438dfd918
commit
2333c39870
5
.changeset/rotten-days-sell.md
Normal file
5
.changeset/rotten-days-sell.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
fixed the input background change by autofill in Chrome (#1346)
|
||||
@ -44,6 +44,7 @@ const input = tv({
|
||||
"data-[has-start-content=true]:ps-1.5",
|
||||
"data-[has-end-content=true]:pe-1.5",
|
||||
"file:cursor-pointer file:bg-transparent file:border-0",
|
||||
"autofill:bg-transparent bg-clip-text",
|
||||
],
|
||||
clearButton: [
|
||||
"p-2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user