Skip to content

Commit

Permalink
Update Material Colors to Fix Const Issue (#317)
Browse files Browse the repository at this point in the history
* Update Material Colors to Fix Const Issue

* Fix Test
  • Loading branch information
casesandberg authored Jan 5, 2017
1 parent d6f6453 commit 4265bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"lodash": "^4.0.1",
"material-colors": "^1.0.0",
"material-colors": "^1.2.1",
"reactcss": "^1.1.1",
"tinycolor2": "^1.1.2"
},
Expand Down
1 change: 1 addition & 0 deletions src/components/sketch/__snapshots__/spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,7 @@ exports[`test SketchPresetColors with custom titles renders correctly 1`] = `
"flexWrap": "wrap",
"margin": "0 -10px",
"padding": "10px 0 0 10px",
"position": "relative",
}
}>
<div
Expand Down

0 comments on commit 4265bee

Please sign in to comment.