buoy-theme
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -8,5 +8,6 @@ "use strict"; | ||
borderRadius: "3px", | ||
borderWidth: "1px" | ||
borderWidth: "1px", | ||
boxShadow: "0 0 8px 0 rgba(0,0,0,0.08)" | ||
}; | ||
exports.default = constants; |
{ | ||
"name": "buoy-theme", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "dd79210cedca0489c483ae21d3b93130eec75ef4" | ||
"gitHead": "547e552812c882f5a474ea73b9f342078d76e756" | ||
} |
const constants = { | ||
borderRadius: "3px", | ||
borderWidth: "1px", | ||
boxShadow: "0 0 8px 0 rgba(0,0,0,0.08)", | ||
} | ||
export { constants as default } |
452
13589
20