From 1ef63d80706ff4c78f973d29f2d886768466655b Mon Sep 17 00:00:00 2001 From: Dmytro Stanchiev Date: Wed, 8 Apr 2026 01:51:12 -0400 Subject: [PATCH] fix: remove fixed height and icon margins from event actions toolbar --- src/components/event-actions-toolbar.tsx | 27 +++++++++++++----------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/components/event-actions-toolbar.tsx b/src/components/event-actions-toolbar.tsx index 671ed2a..d45ced2 100644 --- a/src/components/event-actions-toolbar.tsx +++ b/src/components/event-actions-toolbar.tsx @@ -23,16 +23,19 @@ export const EventActionsToolbar = ({ }: EventActionsToolbarProps) => { return (
- - - - - Import - + + + Import {events.length > 0 && ( @@ -41,25 +44,25 @@ export const EventActionsToolbar = ({ variant="outline" size="sm" onClick={onExport} - className="h-8 text-xs" + className="text-xs" > - + Export )} {events.length > 0 && ( - + {events.length} event{events.length !== 1 ? "s" : ""} )}