Merge pull request #62 from pebble/#61/fix-color-picker-default

add default background color to value display in color picker
This commit is contained in:
keegan-lillo
2016-03-21 09:25:52 -07:00
+1
View File
@@ -12,6 +12,7 @@
border-radius: $base-height / 2;
box-shadow: $box-shadow-small-components;
display: block;
background: #000;
}
.picker-wrap {