Browse Source

fix: select dialog hover

Adam 5 months ago
parent
commit
2badfcdcf4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/select-dialog.tsx

+ 0 - 1
packages/app/src/components/select-dialog.tsx

@@ -183,7 +183,6 @@ export function SelectDialog<T>(props: SelectDialogProps<T>) {
                               "w-full px-3 py-2 flex items-center gap-3": true,
                               "rounded-md text-left transition-colors group": true,
                               "bg-background-element": props.key(item) === list.active(),
-                              "hover:bg-background-element": true,
                             }}
                           >
                             {props.render(item)}