diff --git a/src/components/DateRangePopup.tsx b/src/components/DateRangePopup.tsx index 15f2e0dc..87900091 100644 --- a/src/components/DateRangePopup.tsx +++ b/src/components/DateRangePopup.tsx @@ -233,12 +233,12 @@ const DateRangePopup: React.FC = ({ - + {t('COMMON.DATE_RANGE')} - + @@ -254,10 +254,9 @@ const DateRangePopup: React.FC = ({ alignItems: 'center', paddingLeft: '32px', backgroundColor: 'transparent', - color: index === 4 ? theme.palette.secondary.main : 'inherit', + color: index === 4 ? '#4D4639' : 'inherit', '&:hover': { backgroundColor: 'transparent', - color: '#0D599E', }, }} > @@ -268,8 +267,9 @@ const DateRangePopup: React.FC = ({ left: '8px', minWidth: 'auto', }} + className="text4D" > - + )} {item} diff --git a/src/components/LearnerModal.tsx b/src/components/LearnerModal.tsx index a55f16a4..76482a97 100644 --- a/src/components/LearnerModal.tsx +++ b/src/components/LearnerModal.tsx @@ -106,7 +106,7 @@ const LearnerModal = ({ /> diff --git a/src/components/Modal.tsx b/src/components/Modal.tsx index 19ff1929..65b1f8e9 100644 --- a/src/components/Modal.tsx +++ b/src/components/Modal.tsx @@ -94,8 +94,13 @@ const ModalComponent: React.FC = ({ /> {SubHeading} - {children} - + {children} + = ({ > @@ -253,7 +253,7 @@ const SortingModal: React.FC = ({ { flex: '1', textAlign: 'center', color: theme.palette.warning.A200, - border: `1px solid ${theme.palette.warning.A200}`, - borderColor: theme.palette.warning['A100'], + border: `1px solid #4D4639`, }} onClick={handleOpen} > diff --git a/src/styles/globals.css b/src/styles/globals.css index 153166f9..4ab796e5 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -663,3 +663,6 @@ main { justify-content: center !important; align-items: center !important; } +.text4D { + color: #4d4639 !important; +}