💄 Fix rounded corners

This commit is contained in:
Luke Vella 2024-09-29 11:54:33 +01:00
parent 941bd811ba
commit 0c7b8e5d32
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -270,9 +270,9 @@ const DesktopPoll: React.FunctionComponent = () => {
<TableControls />
</CardHeader>
{poll.options[0]?.duration !== 0 && poll.timeZone ? (
<CardHeader>
<div className="border-b bg-gray-50 px-4 py-3">
<TimesShownIn />
</CardHeader>
</div>
) : null}
{participants.length > 0 || mode !== "view" ? (
<div className="relative flex min-h-0 flex-col">