fix: styles

This commit is contained in:
IlyaDoronin 2024-03-27 10:35:28 +03:00
parent fd80f38b4f
commit 7bc2219d86

@ -70,7 +70,7 @@ export const StatisticsModal = ({
transform: "translate(-50%, -50%)",
width: "95%",
maxWidth: "600px",
bgcolor: "background.paper",
background: "#1F2126",
border: "2px solid gray",
borderRadius: "6px",
boxShadow: 24,
@ -109,7 +109,9 @@ export const StatisticsModal = ({
</Box>
<Box sx={{ minWidth: "200px" }}>
<Box sx={{ display: "flex", alignItems: "center", gap: "10px" }}>
<Typography sx={{ minWidth: "20px" }}>от</Typography>
<Typography sx={{ minWidth: "20px", color: "#FFFFFF" }}>
от
</Typography>
<DesktopDatePicker
inputFormat="DD/MM/YYYY"
value={startDate}
@ -141,7 +143,9 @@ export const StatisticsModal = ({
marginTop: "10px",
}}
>
<Typography sx={{ minWidth: "20px" }}>до</Typography>
<Typography sx={{ minWidth: "20px", color: "#FFFFFF" }}>
до
</Typography>
<DesktopDatePicker
inputFormat="DD/MM/YYYY"
value={endDate}