fix: align component styling inconsistencies

This commit is contained in:
2026-04-08 01:29:51 -04:00
parent 8eda6c89e2
commit de6407170d
2 changed files with 3 additions and 5 deletions

View File

@@ -163,10 +163,8 @@ export const AIToolbar = ({
</Button>
<IcsFilePicker onFileSelect={onImport} variant="outline" size="sm">
<span className="flex items-center gap-1.5">
<FileUp className="h-3.5 w-3.5" />
Import
</span>
</IcsFilePicker>
{events.length > 0 && (

View File

@@ -178,7 +178,7 @@ export const EventDialog = ({
size="sm"
disabled={!start}
onClick={() => handleApplyDuration(minutes)}
className="h-auto rounded-md px-2 py-1 text-xs text-muted-foreground"
className="rounded-md px-2 py-1 text-xs text-muted-foreground"
>
{label}
</Button>