Skip to content

Commit 45ba238

Browse files
committed
more general solution to fix webkit bg fill color
1 parent 7eeec46 commit 45ba238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/src/theme/dark.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ theme.components = {
246246
root: {
247247
"& input": {
248248
"&:-webkit-autofill": {
249-
borderRadius: "0px !important",
250-
"-webkit-box-shadow": "0 0 0 100000px #2a3239 inset !important",
249+
// Hack to prevent autofill from changing the text color
250+
transitionDelay: "9999999999999999s",
251251
},
252252
},
253253
},

0 commit comments

Comments
 (0)