fix: border width

This commit is contained in:
IlyaDoronin 2023-09-15 15:59:45 +03:00
parent 329b324717
commit b8c2458498

@ -193,11 +193,13 @@ export default function QuestionsPageCard({
: "transparent",
height: "48px",
borderRadius: "10px",
".MuiOutlinedInput-notchedOutline": {
borderWidth: "1px !important",
},
},
}}
inputProps={{
sx: {
borderRadius: "10px",
fontSize: "18px",
lineHeight: "21px",
py: 0,