From 1a6308f621d0a897cba062d24afb0df40f4754e0 Mon Sep 17 00:00:00 2001 From: Keegan Date: Sun, 20 Mar 2016 11:16:03 -0700 Subject: [PATCH] add default background color to value display in color picker --- src/styles/clay/components/color.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/clay/components/color.scss b/src/styles/clay/components/color.scss index c1db27a..c1b680c 100644 --- a/src/styles/clay/components/color.scss +++ b/src/styles/clay/components/color.scss @@ -12,6 +12,7 @@ border-radius: $base-height / 2; box-shadow: $box-shadow-small-components; display: block; + background: #000; } .picker-wrap {