fix elements y center

This commit is contained in:
vchikalkin 2025-02-10 16:07:49 +03:00
parent fbf93b3ee0
commit 2fd279a055

View File

@ -18,7 +18,7 @@ export const SlotCard = withContext(ContextProvider)(function (props: Readonly<S
return (
<Link href={`/profile/schedule/slot/${documentId}`} rel="noopener noreferrer">
<div className="flex justify-between rounded-2xl bg-background p-4 px-6 dark:bg-primary/5">
<div className="flex items-center justify-between rounded-2xl bg-background p-4 px-6 dark:bg-primary/5">
<ReadonlyTimePair {...slotData.slot} />
<div>
{hasOrders ? (