From 9995ad921755fd43c84dbf9d61af2505c23d456c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Tue, 5 Dec 2023 10:12:06 +0100 Subject: [PATCH] removes arrows of legend --- .../map/content/map/layers-toolbox/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/containers/map/content/map/layers-toolbox/index.tsx b/frontend/src/containers/map/content/map/layers-toolbox/index.tsx index 574037e7..dd46fbaa 100644 --- a/frontend/src/containers/map/content/map/layers-toolbox/index.tsx +++ b/frontend/src/containers/map/content/map/layers-toolbox/index.tsx @@ -1,4 +1,4 @@ -import { LuChevronDown, LuChevronUp } from 'react-icons/lu'; +// import { LuChevronDown, LuChevronUp } from 'react-icons/lu'; import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'; @@ -9,7 +9,7 @@ import Legend from './legend'; const TABS_TRIGGER_CLASSES = 'group flex flex-1 items-center space-x-1 rounded-none border border-b-0 border-black py-3 px-6 font-mono text-sm font-bold uppercase leading-none text-black last:border-l-0 data-[state=active]:bg-orange'; -const TABS_ICONS_CLASSES = 'w-6 h-6 -translate-y-[2px]'; +// const TABS_ICONS_CLASSES = 'w-6 h-6 -translate-y-[2px]'; const LayersToolbox = (): JSX.Element => { const [activeLayers] = useSyncMapLayers(); @@ -22,21 +22,21 @@ const LayersToolbox = (): JSX.Element => { layers - + /> */} legend - + /> */}