New Calender View Design

This commit is contained in:
brausjonas
2023-05-26 14:24:38 +02:00
parent cf7201bc80
commit edaba10719
6 changed files with 219413 additions and 48 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default function DateElement(p){
let endDateString = `${endDate.getDate()}.${endDate.getMonth()+1}.${endDate.getFullYear()}`;
return (
<>
<div className="dateElement round-border">
<div className="dateElement round-border box-shadow">
<p>{startDateString} - {endDateString}</p>
</div>
</>