mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
style: Adjust spacing in ideation header and update button styling in settings popover
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user