Skip to content

Commit 00b2a17

Browse files
committed
style(analytics): Improve calendar popover layout and spacing
- Refactor calendar popover content container - Update container to use flex layout with items-start alignment - Adjust padding and gap for better visual spacing - Enhance overall design consistency in analytics page calendar component
1 parent 56ff944 commit 00b2a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/dashboard/company/[slug]/analytics

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)