mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-26 20:24:21 +01:00
fix: select dialog hover
This commit is contained in:
@@ -183,7 +183,6 @@ export function SelectDialog<T>(props: SelectDialogProps<T>) {
|
|||||||
"w-full px-3 py-2 flex items-center gap-3": true,
|
"w-full px-3 py-2 flex items-center gap-3": true,
|
||||||
"rounded-md text-left transition-colors group": true,
|
"rounded-md text-left transition-colors group": true,
|
||||||
"bg-background-element": props.key(item) === list.active(),
|
"bg-background-element": props.key(item) === list.active(),
|
||||||
"hover:bg-background-element": true,
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{props.render(item)}
|
{props.render(item)}
|
||||||
|
|||||||
Reference in New Issue
Block a user