From e43bd91beffa4db834be67228abe1f6d65e4f1fa Mon Sep 17 00:00:00 2001 From: calli Date: Fri, 2 May 2025 21:54:22 +0300 Subject: [PATCH] make active filters more visible --- src/app/components/MainGrid.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/components/MainGrid.tsx b/src/app/components/MainGrid.tsx index ba68b39..f651cfa 100644 --- a/src/app/components/MainGrid.tsx +++ b/src/app/components/MainGrid.tsx @@ -170,7 +170,7 @@ export const MainGrid = () => { size="small" style={{ backgroundColor: compactMode - ? "rgba(144, 202, 249, 0.08)" + ? "rgba(144, 202, 249, 0.16)" : "inherit", }} onClick={toggleCompactMode} @@ -183,7 +183,7 @@ export const MainGrid = () => { size="small" style={{ backgroundColor: alertMode - ? "rgba(144, 202, 249, 0.08)" + ? "rgba(144, 202, 249, 0.16)" : "inherit", }} onClick={toggleAlertMode} @@ -196,7 +196,7 @@ export const MainGrid = () => { size="small" style={{ backgroundColor: planMode - ? "rgba(144, 202, 249, 0.08)" + ? "rgba(144, 202, 249, 0.16)" : "inherit", }} onClick={togglePlanMode} @@ -209,7 +209,7 @@ export const MainGrid = () => { size="small" style={{ backgroundColor: extractionTimeMode - ? "rgba(144, 202, 249, 0.08)" + ? "rgba(144, 202, 249, 0.16)" : "inherit", }} onClick={toggleExtractionTimeMode}