fix(input): fix color of fill text

This commit is contained in:
unix
2020-04-29 12:26:13 +08:00
parent 2e51e02879
commit 76c3e4011b

View File

@@ -201,6 +201,7 @@ const Input = React.forwardRef<HTMLInputElement, React.PropsWithChildren<InputPr
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px ${theme.palette.background} inset !important;
-webkit-text-fill-color: ${color} !important;
}
`}</style>
</div>