Skip to content

Commit 56eff62

Browse files
fix(ui): pad open calendar button
Add explicit horizontal padding to the floating open calendar action.
1 parent 35792bc commit 56eff62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/desktop/src/sidebar/timeline/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ export function TimelineView() {
371371
"rounded-full bg-white hover:bg-neutral-50",
372372
"border border-neutral-200 text-neutral-700",
373373
"flex items-center gap-1",
374+
"px-3",
374375
"shadow-xs",
375376
])}
376377
variant="outline"

0 commit comments

Comments
 (0)