From 198ff143f6cfa45d53f640ff305fa7deb39c01ba Mon Sep 17 00:00:00 2001 From: orangemug Date: Thu, 10 May 2018 16:18:13 +0100 Subject: [PATCH] Make color swatch larger so its easier to see. --- src/styles/_input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_input.scss b/src/styles/_input.scss index 89bbded..6cb50de 100644 --- a/src/styles/_input.scss +++ b/src/styles/_input.scss @@ -41,7 +41,7 @@ .maputnik-color-swatch { height: 26px; - width: 3px; + width: 14px; flex-shrink: 0; flex-grow: 0; }