style: change select item color focus behaviour
This commit is contained in:
parent
da42cd48ac
commit
5c4749e853
|
|
@ -41,7 +41,7 @@ export function ModelInfo({ data }: { data: ModelDB[] }) {
|
|||
<SelectItem
|
||||
key={model.modelName + index}
|
||||
value={index.toString()}
|
||||
className="cursor-pointer"
|
||||
className="cursor-pointer hover:bg-primary hover:text-card focus:bg-primary focus:text-card"
|
||||
>
|
||||
{model.modelName}
|
||||
</SelectItem>
|
||||
|
|
|
|||
Loading…
Reference in New Issue