From bc7a3398fb2e47440d49169466d5ab36d9614a9e Mon Sep 17 00:00:00 2001 From: Tamara Date: Wed, 13 Mar 2024 03:10:08 +0300 Subject: [PATCH] =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=BF=D0=B0=D0=B4=D0=B0=D1=88=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/assets/icons/ArrowDownIcon.tsx | 2 +- lib/components/ViewPublicationPage/tools/Select.tsx | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/assets/icons/ArrowDownIcon.tsx b/lib/assets/icons/ArrowDownIcon.tsx index 5939247..c62184b 100644 --- a/lib/assets/icons/ArrowDownIcon.tsx +++ b/lib/assets/icons/ArrowDownIcon.tsx @@ -22,7 +22,7 @@ export default function ArrowDownIcon( }} > - + ); diff --git a/lib/components/ViewPublicationPage/tools/Select.tsx b/lib/components/ViewPublicationPage/tools/Select.tsx index 3795f24..db04121 100644 --- a/lib/components/ViewPublicationPage/tools/Select.tsx +++ b/lib/components/ViewPublicationPage/tools/Select.tsx @@ -88,6 +88,9 @@ export const Select = ({ height: "48px", borderRadius: "10px", }, + "& .MuiSelect-icon": { + color: theme.palette.primary.main + } }} MenuProps={{ PaperProps: { @@ -106,7 +109,7 @@ export const Select = ({ flexDirection: "column", gap: "8px", "& .Mui-selected": { - backgroundColor: theme.palette.background.default, + backgroundColor: "#F2F3F7", color: colorMain, }, }, @@ -114,7 +117,7 @@ export const Select = ({ }} inputProps={{ sx: { - color: colorMain, + color: theme.palette.text.primary, display: "block", px: "9px", gap: "20px",