From 515d874410ce6008ce1eec953760a53951e23274 Mon Sep 17 00:00:00 2001 From: slice Date: Tue, 9 May 2023 16:21:20 -0700 Subject: [PATCH] (important) shrink checkmark icon to taste looks better imo --- src/components/Connection.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Connection.module.css b/src/components/Connection.module.css index 7ef9786..9f769f0 100644 --- a/src/components/Connection.module.css +++ b/src/components/Connection.module.css @@ -18,8 +18,7 @@ } .connection > svg { - width: 2rem; - height: 2rem; + height: 1.5rem; margin-left: auto; }