fix: border width
This commit is contained in:
parent
329b324717
commit
b8c2458498
@ -193,11 +193,13 @@ export default function QuestionsPageCard({
|
|||||||
: "transparent",
|
: "transparent",
|
||||||
height: "48px",
|
height: "48px",
|
||||||
borderRadius: "10px",
|
borderRadius: "10px",
|
||||||
|
".MuiOutlinedInput-notchedOutline": {
|
||||||
|
borderWidth: "1px !important",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
inputProps={{
|
inputProps={{
|
||||||
sx: {
|
sx: {
|
||||||
borderRadius: "10px",
|
|
||||||
fontSize: "18px",
|
fontSize: "18px",
|
||||||
lineHeight: "21px",
|
lineHeight: "21px",
|
||||||
py: 0,
|
py: 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user