добавлена легенда при записи, дописаны стили календаря
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user