Add style on header today
This commit is contained in:
parent
96412d49f7
commit
d039c59ac4
|
|
@ -30,7 +30,7 @@ export default function DayColumn({
|
||||||
{/* Column Header */}
|
{/* Column Header */}
|
||||||
<div className="flex flex-col h-20 p-2 relative">
|
<div className="flex flex-col h-20 p-2 relative">
|
||||||
{isToday && (
|
{isToday && (
|
||||||
<div className="w-full h-1 bg-primary-500 top-0 left-0 absolute" />
|
<div className="w-full h-1 bg-primary-500 top-0 left-0 absolute rounded-t-lg" />
|
||||||
)}
|
)}
|
||||||
<p className="text-2xl font-bold">{day.date()}</p>
|
<p className="text-2xl font-bold">{day.date()}</p>
|
||||||
<p>{day.format("dddd")}</p>
|
<p>{day.format("dddd")}</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user