Skip to content

Commit

Permalink
fix: add transparent bg to autofilled forms
Browse files Browse the repository at this point in the history
  • Loading branch information
mpblocky committed Oct 25, 2024
1 parent 5c79ae7 commit ed230ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function Input({
sx={{
input: {
'&:-webkit-autofill': {
'-webkit-box-shadow': `0 0 0 30px ${colorPalette.backgroundColor} inset !important`,
'-webkit-box-shadow': `0 0 0 30px transparent inset !important`,
'-webkit-text-fill-color': `${colorPalette.text.primary} !important`,
transition:
'background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s',
Expand Down

0 comments on commit ed230ed

Please sign in to comment.