mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 15:39:03 +02:00
If need be (#168)
This commit is contained in:
parent
6375e80641
commit
17dc9519d2
48 changed files with 1033 additions and 642 deletions
|
@ -19,7 +19,7 @@ const DateCard: React.VoidFunctionComponent<DateCardProps> = ({
|
|||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
"relative inline-block h-14 w-14 rounded-md border bg-white text-center shadow-md shadow-slate-100",
|
||||
"relative mt-1 inline-block h-14 w-14 rounded-md border bg-white text-center shadow-md shadow-slate-100",
|
||||
className,
|
||||
)}
|
||||
>
|
||||
|
@ -31,7 +31,7 @@ const DateCard: React.VoidFunctionComponent<DateCardProps> = ({
|
|||
{dow}
|
||||
</span>
|
||||
</div>
|
||||
<div className="-mb-1 text-center text-lg text-red-500">{day}</div>
|
||||
<div className="-mb-1 text-center text-lg text-rose-500">{day}</div>
|
||||
<div className="text-center text-xs font-semibold uppercase text-gray-800">
|
||||
{month}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue