change variable border color

This commit is contained in:
Vyacheslav Matyukhin 2022-07-26 20:19:31 +04:00
parent b76e1df819
commit fd36e9ef9e
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -67,7 +67,7 @@ export const VariableBox: React.FC<VariableBoxProps> = ({
<div className="flex w-full">
{path.length ? (
<div
className="border-l-2 border-slate-200 hover:border-green-600 w-4 cursor-pointer"
className="border-l-2 border-slate-200 hover:border-indigo-600 w-4 cursor-pointer"
onClick={toggleCollapsed}
></div>
) : null}