добавлена легенда при записи, дописаны стили календаря

This commit is contained in:
DmitriyB
2022-07-25 19:15:06 +05:30
parent 80feed0d8f
commit d10ad6b217
5 changed files with 79 additions and 1 deletions
+9
View File
@@ -65,6 +65,7 @@ export const MainPart: React.FC = React.memo(() => {
<PlanContentContainer
title="Выбор даты"
content={<CalendarComponent />}
isLegend={true}
/>
);
setCurrentContent(<></>);
@@ -74,6 +75,14 @@ export const MainPart: React.FC = React.memo(() => {
}
function onSelectDay() {
}
function onSelectTime() {
}
function enableBackground() {
setShowBackground(true);
}