diff --git a/src/pages/Questions/DraggableList/QuestionPageCard.tsx b/src/pages/Questions/DraggableList/QuestionPageCard.tsx index a60c3b53..578f9d37 100644 --- a/src/pages/Questions/DraggableList/QuestionPageCard.tsx +++ b/src/pages/Questions/DraggableList/QuestionPageCard.tsx @@ -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,