From 2e454333fb62763369afe4b5191010631f65e497 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Wed, 12 Apr 2023 15:25:20 -0400 Subject: [PATCH] Widen selected color display --- paint.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paint.css b/paint.css index 223c6c8..3259bf9 100644 --- a/paint.css +++ b/paint.css @@ -72,7 +72,7 @@ Screen { } #selected_color { - width: 6; + width: 8; height: 4; margin-left: 1; }