Fix action border default color (#442)
This commit is contained in:
@@ -75,7 +75,7 @@ function ScrollableActionList({
|
|||||||
refs.current[index] = element;
|
refs.current[index] = element;
|
||||||
}}
|
}}
|
||||||
className={cn(
|
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,
|
"border-slate-500": selected,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user