From 88f4100540e32e9c87c44fe1a82f1efc44dd61b5 Mon Sep 17 00:00:00 2001 From: 0xa663 <142121896+0xa663@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:05:40 +0100 Subject: [PATCH] Fix style issue --- dist/user-script.js | 1 - src/UI/components/minimap.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/user-script.js b/dist/user-script.js index 5a89ce2..13ec490 100644 --- a/dist/user-script.js +++ b/dist/user-script.js @@ -36550,7 +36550,6 @@ var ColorBox = ut.div` width: 25px; height: 25px; - padding: 2px; margin: 2px; border: 2px solid black; border-radius: 12px; diff --git a/src/UI/components/minimap.tsx b/src/UI/components/minimap.tsx index 9ed5bfa..80aa661 100644 --- a/src/UI/components/minimap.tsx +++ b/src/UI/components/minimap.tsx @@ -19,7 +19,6 @@ const Flex = styled.div` const ColorBox = styled.div` width: 25px; height: 25px; - padding: 2px; margin: 2px; border: 2px solid black; border-radius: 12px;