mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 16:47:37 -04:00
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:
@@ -12,6 +12,7 @@
|
|||||||
border-radius: $base-height / 2;
|
border-radius: $base-height / 2;
|
||||||
box-shadow: $box-shadow-small-components;
|
box-shadow: $box-shadow-small-components;
|
||||||
display: block;
|
display: block;
|
||||||
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.picker-wrap {
|
.picker-wrap {
|
||||||
|
|||||||
Reference in New Issue
Block a user