Compare commits

..
4 Commits
Author SHA1 Message Date
keegan-lillo b553094742 Merge pull request #64 from pebble/release/v0.1.5
Bump Version to v0.1.5
2016-03-21 11:28:57 -07:00
keegan-lillo f31ffed558 Bump Version to v0.1.5 2016-03-21 09:26:59 -07:00
keegan-lillo 3f71f97b8b Merge pull request #62 from pebble/#61/fix-color-picker-default
add default background color to value display in color picker
2016-03-21 09:25:52 -07:00
Keegan 1a6308f621 add default background color to value display in color picker 2016-03-20 11:16:03 -07:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pebble-clay",
"version": "0.1.4",
"version": "0.1.5",
"description": "Pebble Config Framework",
"main": "dist/clay.js",
"directories": {
+1
View File
@@ -12,6 +12,7 @@
border-radius: $base-height / 2;
box-shadow: $box-shadow-small-components;
display: block;
background: #000;
}
.picker-wrap {