Remove zero opacity for placeholders (#846)

This commit is contained in:
Marek Choiński 2020-11-20 15:23:50 +01:00 committed by GitHub
parent 439e5b249e
commit c96d252fd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,9 +261,6 @@ export default (colors: IThemeColors): Theme =>
boxShadow: `0 0 0px 1000px rgba(19, 190, 187, 0.1) inset`,
zIndex: 0
},
"&::placeholder": {
opacity: [[0], "!important"] as any
},
color: colors.input.text,
padding: "23px 12px 10px 12px"
},