Merge branch 'dev' into 'staging'
Dev See merge request frontend/squzanswerer!180
This commit is contained in:
commit
ee300d202d
@ -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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@frontend/squzanswerer",
|
||||
"version": "1.0.55",
|
||||
"version": "1.0.56",
|
||||
"type": "module",
|
||||
"main": "./dist-package/index.js",
|
||||
"module": "./dist-package/index.js",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user