fix: darken widget picker icons

This commit is contained in:
Esdras Renan 2025-11-06 01:46:16 -03:00
parent d7d6b748cc
commit 0f8e9f0071

View file

@ -1395,7 +1395,7 @@ function WidgetPicker({ onSelect, disabled }: { onSelect: (type: string) => void
onSelect={() => onSelect(item.type)} onSelect={() => onSelect(item.type)}
className="flex items-start gap-3" className="flex items-start gap-3"
> >
<LayoutTemplate className="mt-1 size-4 text-foreground" /> <LayoutTemplate className="mt-1 size-4 text-neutral-900" />
<div className="flex flex-col"> <div className="flex flex-col">
<span className="font-medium text-foreground">{item.title}</span> <span className="font-medium text-foreground">{item.title}</span>
<span className="text-xs text-muted-foreground">{item.description}</span> <span className="text-xs text-muted-foreground">{item.description}</span>