Skip to content

Commit

Permalink
💄 Fix rounded corners (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella authored Sep 29, 2024
1 parent 941bd81 commit a238808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/poll/desktop-poll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit a238808

Please sign in to comment.