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