style: Adjust spacing in ideation header and update button styling in settings popover

This commit is contained in:
Shirone
2026-01-25 01:50:12 +01:00
parent c9833b67a0
commit 7a5cb38a37
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ export function IdeationSettingsPopover({ projectPath }: IdeationSettingsPopover
<PopoverTrigger asChild>
<button
type="button"
className="p-1 rounded hover:bg-accent/50 transition-colors"
className="p-1 border rounded hover:bg-accent/50 transition-colors"
title="Generation Settings"
aria-label="Generation settings"
data-testid="ideation-context-settings-button"

View File

@@ -163,7 +163,7 @@ function IdeationHeader({
Accept All ({acceptAllCount})
</Button>
)}
<div className="flex items-center gap-1">
<div className="flex items-center gap-3">
<Button onClick={onGenerateIdeas} className="gap-2">
<Lightbulb className="w-4 h-4" />
Generate Ideas