From 5cf49cfcd34b5ca16f418b3b10ce0f725226ec50 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:14:59 +0100 Subject: [PATCH] fix(lib): align zoom-control and tags (#427) --- .../Components/Map/Subcomponents/Controls/TagsControl.tsx | 2 +- lib/src/Components/Map/UtopiaMap.tsx | 1 + lib/src/Components/Map/UtopiaMapInner.tsx | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx b/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx index d793cccf..6335cc84 100644 --- a/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx +++ b/lib/src/Components/Map/Subcomponents/Controls/TagsControl.tsx @@ -6,7 +6,7 @@ export const TagsControl = () => { const removeFilterTag = useRemoveFilterTag() return ( -