publish v56
This commit is contained in:
parent
d4590cad7e
commit
34cef9615a
@ -62,6 +62,10 @@ const OwnInput = ({ questionId, variant, largeCheck, ownPlaceholder }: OwnInputP
|
||||
"&::-webkit-scrollbar": {
|
||||
width: "4px",
|
||||
},
|
||||
"&::placeholder": {
|
||||
color: theme.palette.ownPlaceholder.main,
|
||||
opacity: 0.65,
|
||||
},
|
||||
"&::-webkit-scrollbar-thumb": {
|
||||
backgroundColor: theme.palette.primary.main,
|
||||
},
|
||||
|
@ -51,6 +51,10 @@ const OwnInput = ({ questionId, variant, largeCheck, ownPlaceholder }: OwnInputP
|
||||
"&::-webkit-scrollbar": {
|
||||
width: "4px",
|
||||
},
|
||||
"&::placeholder": {
|
||||
color: theme.palette.ownPlaceholder.main,
|
||||
opacity: 0.65,
|
||||
},
|
||||
"&::-webkit-scrollbar-thumb": {
|
||||
backgroundColor: theme.palette.primary.main,
|
||||
},
|
||||
|
@ -50,6 +50,10 @@ const OwnInput = ({ questionId, variant, largeCheck, ownPlaceholder }: OwnInputP
|
||||
"&::-webkit-scrollbar": {
|
||||
width: "4px",
|
||||
},
|
||||
"&::placeholder": {
|
||||
color: theme.palette.ownPlaceholder.main,
|
||||
opacity: "0.65!important",
|
||||
},
|
||||
"&::-webkit-scrollbar-thumb": {
|
||||
backgroundColor: theme.palette.primary.main,
|
||||
},
|
||||
|
@ -60,6 +60,10 @@ const OwnInput = ({ questionId, variant, largeCheck, ownPlaceholder }: OwnInputP
|
||||
"&::-webkit-scrollbar": {
|
||||
width: "4px",
|
||||
},
|
||||
"&::placeholder": {
|
||||
color: theme.palette.ownPlaceholder.main,
|
||||
opacity: "0.65",
|
||||
},
|
||||
"&::-webkit-scrollbar-thumb": {
|
||||
backgroundColor: theme.palette.primary.main,
|
||||
},
|
||||
|
@ -43,7 +43,7 @@ const darkTheme = createTheme({
|
||||
main: "#333647",
|
||||
},
|
||||
ownPlaceholder: {
|
||||
main: "#333647",
|
||||
main: "(51, 54, 71, 0.65)",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
@ -47,7 +47,7 @@ const lightTheme = createTheme({
|
||||
main: "#FB5607",
|
||||
},
|
||||
ownPlaceholder: {
|
||||
main: "#FFFFFF",
|
||||
main: "1,1,1,0.65",
|
||||
},
|
||||
navbarbg: {
|
||||
main: "#FFFFFF",
|
||||
|
Loading…
Reference in New Issue
Block a user