Merge branch 'dev' into 'staging'

Dev

See merge request frontend/squzanswerer!180
This commit is contained in:
Nastya 2024-11-24 15:47:41 +00:00
commit ee300d202d
7 changed files with 19 additions and 3 deletions

@ -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",