fix: align component styling inconsistencies
This commit is contained in:
@@ -163,10 +163,8 @@ export const AIToolbar = ({
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<IcsFilePicker onFileSelect={onImport} variant="outline" size="sm">
|
<IcsFilePicker onFileSelect={onImport} variant="outline" size="sm">
|
||||||
<span className="flex items-center gap-1.5">
|
<FileUp className="h-3.5 w-3.5" />
|
||||||
<FileUp className="h-3.5 w-3.5" />
|
Import
|
||||||
Import
|
|
||||||
</span>
|
|
||||||
</IcsFilePicker>
|
</IcsFilePicker>
|
||||||
|
|
||||||
{events.length > 0 && (
|
{events.length > 0 && (
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ export const EventDialog = ({
|
|||||||
size="sm"
|
size="sm"
|
||||||
disabled={!start}
|
disabled={!start}
|
||||||
onClick={() => handleApplyDuration(minutes)}
|
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}
|
{label}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user