Skip to content

Commit

Permalink
fix autofill text color, not matching in dark mode (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
copulatrix committed Jan 5, 2023
1 parent 0bbf1f2 commit 8c590fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/ui/_forms.scss
Expand Up @@ -69,6 +69,7 @@ Form control
&:-webkit-autofill {
box-shadow: 0 0 0 1000px var(--#{$prefix}body-bg) inset;
color: var(--#{$prefix}body-color);
-webkit-text-fill-color: var(--#{$prefix}body-color);
}

&:disabled,
Expand Down

0 comments on commit 8c590fb

Please sign in to comment.