From 548980eb4c3add0a0963d51052edf09e8426e591 Mon Sep 17 00:00:00 2001 From: Nastya Date: Tue, 30 Sep 2025 23:02:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D1=80=D0=B5=D1=82=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B2=D1=8B=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20Typography?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/assets/icons/ArrowDownIcon.tsx | 10 +++++-- .../ViewPublicationPage/QuestionSelect.tsx | 2 +- .../ViewPublicationPage/tools/Select.tsx | 2 +- .../themes/Publication/genericPublication.ts | 1 + lib/utils/themes/generic.ts | 14 ++++++++++ run-tests.sh | 28 +++++++++++++++++++ widget_en.js | 10 +++---- 7 files changed, 58 insertions(+), 9 deletions(-) create mode 100644 run-tests.sh diff --git a/lib/assets/icons/ArrowDownIcon.tsx b/lib/assets/icons/ArrowDownIcon.tsx index 2d6f602..434b550 100644 --- a/lib/assets/icons/ArrowDownIcon.tsx +++ b/lib/assets/icons/ArrowDownIcon.tsx @@ -10,7 +10,7 @@ export default function ArrowDownIcon(props: any, { color = "#7E2AEA" }: Color) - + t.root })({ - "@media print": { position: "absolute !important" }, + "@media print": { position: "absolute" }, }), rL = W("div", { name: "MuiDialog", @@ -43655,7 +43655,7 @@ function Oq(e, { color: t = "#7E2AEA" }) { f.jsx(H, { ...e, sx: { - top: "25% !important", + top: "25%", height: "24px", width: "24px", display: "flex", @@ -43717,7 +43717,7 @@ const Fq = ({ width: "100%", height: "48px", borderRadius: "8px", - "& .MuiOutlinedInput-notchedOutline": { border: `1px solid ${s} !important`, borderRadius: "10px" }, + "& .MuiOutlinedInput-notchedOutline": { border: `1px solid ${s}`, borderRadius: "10px" }, "& .MuiSelect-icon": { color: c.palette.primary.main }, }, MenuProps: { @@ -44740,7 +44740,7 @@ function Zq({ selectedQuestion: e, setQuestion: t }) { sx: { height: "48px", borderRadius: "8px", - "& .MuiOutlinedInput-notchedOutline": { border: `1px solid ${n.palette.primary.main} !important` }, + "& .MuiOutlinedInput-notchedOutline": { border: `1px solid ${n.palette.primary.main}` }, "& .MuiSelect-icon": { color: n.palette.primary.main }, }, MenuProps: {