Skip to content

Commit 83780df

Browse files
authored
Merge pull request #319 from codeunia-dev/feat/session-based-view-tracking
style(analytics): Improve calendar popover layout and spacing
2 parents 56ff944 + 00b2a17 commit 83780df

File tree

1 file changed

+1
-1
lines changed
  • app/dashboard/company/[slug]/analytics

1 file changed

+1
-1
lines changed

app/dashboard/company/[slug]/analytics/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export default function AnalyticsPage() {
222222
</Button>
223223
</PopoverTrigger>
224224
<PopoverContent className="w-auto p-0 bg-zinc-900 border-zinc-700" align="start">
225-
<div className="p-3 space-y-3">
225+
<div className="flex items-start gap-4 p-4">
226226
<div>
227227
<p className="text-sm font-medium text-white mb-2">From</p>
228228
<Calendar

0 commit comments

Comments
 (0)