fix: darken widget picker icons
This commit is contained in:
parent
d7d6b748cc
commit
0f8e9f0071
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue