From 0e4523a37d061cda9af052f42499a24e47b956f4 Mon Sep 17 00:00:00 2001
From: Nick Colley <2445413+NickColley@users.noreply.github.com>
Date: Fri, 25 Nov 2022 15:49:44 +0000
Subject: [PATCH] fix: bring check closer to icon (#2246)

Just a small aesthetic change to make them feel more connected.
---
 src/routes/_components/IconButton.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/routes/_components/IconButton.html b/src/routes/_components/IconButton.html
index eee28c7f..d93f8766 100644
--- a/src/routes/_components/IconButton.html
+++ b/src/routes/_components/IconButton.html
@@ -37,8 +37,8 @@
 
   :global(.icon-button-check) {
     position: absolute;
-    top: 0;
-    right: 1px;
+    top: 1px;
+    right: 2px;
     height: 12px;
     width: 12px;
   }