Fix action border default color (#442)

This commit is contained in:
Salih Altun
2024-06-07 16:39:40 +03:00
committed by GitHub
parent 4123718130
commit e41a91a03b

View File

@@ -75,7 +75,7 @@ function ScrollableActionList({
refs.current[index] = element;
}}
className={cn(
"flex p-4 rounded-lg shadow-md border border-transparent hover:border-slate-500 cursor-pointer",
"flex p-4 rounded-lg shadow-md border hover:border-slate-500 cursor-pointer",
{
"border-slate-500": selected,
},