add default background color to value display in color picker

This commit is contained in:
Keegan
2016-03-20 11:16:03 -07:00
parent 7045c59a72
commit 1a6308f621
+1
View File
@@ -12,6 +12,7 @@
border-radius: $base-height / 2;
box-shadow: $box-shadow-small-components;
display: block;
background: #000;
}
.picker-wrap {