From 758311f408f8011788b9ee9d1328af7f3769ac83 Mon Sep 17 00:00:00 2001 From: Les Dyman Date: Mon, 5 Aug 2024 16:55:44 +0200 Subject: [PATCH] fix color selector issue with space gray color --- src/Pages/BaseLayout/BaseLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/BaseLayout/BaseLayout.tsx b/src/Pages/BaseLayout/BaseLayout.tsx index 80b93be..a1b6d97 100644 --- a/src/Pages/BaseLayout/BaseLayout.tsx +++ b/src/Pages/BaseLayout/BaseLayout.tsx @@ -187,7 +187,7 @@ export const BaseLayout = () => {
{gadget?.colorsAvailable.map((color) => (
redirectByColor(color)} style={{ cursor: 'pointer' }}