New Calender View Design
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user