From b2a020730cef080ec45c458f8377c58cd583b5e7 Mon Sep 17 00:00:00 2001 From: Siklos Date: Mon, 1 Aug 2022 11:45:41 +0200 Subject: [PATCH] ElementsSidebar: Fix hover color --- src/Components/ElementsSidebar/ElementsSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/ElementsSidebar/ElementsSidebar.tsx b/src/Components/ElementsSidebar/ElementsSidebar.tsx index 4214b98..fe6448a 100644 --- a/src/Components/ElementsSidebar/ElementsSidebar.tsx +++ b/src/Components/ElementsSidebar/ElementsSidebar.tsx @@ -49,7 +49,7 @@ export class ElementsSidebar extends React.Component { const text = '\t\t'.repeat(depth) + key; const selectedClass: string = this.props.SelectedContainer !== null && this.props.SelectedContainer.props.id === container.props.id - ? 'bg-blue-500 hover:bg-slate-500' + ? 'bg-blue-500 hover:bg-blue-600' : 'bg-slate-400 hover:bg-slate-600'; containerRows.push(