mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 21:23:07 +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>
|
<PopoverTrigger asChild>
|
||||||
<button
|
<button
|
||||||
type="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"
|
title="Generation Settings"
|
||||||
aria-label="Generation settings"
|
aria-label="Generation settings"
|
||||||
data-testid="ideation-context-settings-button"
|
data-testid="ideation-context-settings-button"
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ function IdeationHeader({
|
|||||||
Accept All ({acceptAllCount})
|
Accept All ({acceptAllCount})
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-3">
|
||||||
<Button onClick={onGenerateIdeas} className="gap-2">
|
<Button onClick={onGenerateIdeas} className="gap-2">
|
||||||
<Lightbulb className="w-4 h-4" />
|
<Lightbulb className="w-4 h-4" />
|
||||||
Generate Ideas
|
Generate Ideas
|
||||||
|
|||||||
Reference in New Issue
Block a user