File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kubera-ui" ,
3
3
"license" : " Apache-2.0" ,
4
- "version" : " 0.2.10 " ,
4
+ "version" : " 0.2.11 " ,
5
5
"private" : false ,
6
6
"description" : " Component Library for Kubera products" ,
7
7
"author" : " MayaData, Inc." ,
Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ const useStyles = makeStyles((theme: Theme) => ({
18
18
'& .MuiSvgIcon-root' : {
19
19
color : theme . palette . text . hint ,
20
20
} ,
21
+ '& .MuiInputBase-input' : {
22
+ '&:focus, &:hover, &:active' : {
23
+ '&:-webkit-autofill' : {
24
+ WebkitBoxShadow : `0 0 0 1000px ${ theme . palette . background . paper } inset` ,
25
+ WebkitTextFillColor : theme . palette . text . primary ,
26
+ } ,
27
+ } ,
28
+ '&:-webkit-autofill' : {
29
+ WebkitBoxShadow : `0 0 0 1000px ${ theme . palette . background . paper } inset` ,
30
+ WebkitTextFillColor : theme . palette . text . primary ,
31
+ } ,
32
+ } ,
21
33
} ,
22
34
disabled : {
23
35
color : theme . palette . text . disabled ,
You can’t perform that action at this time.
0 commit comments