Skip to content

Commit

Permalink
Fixes bug with palette rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Lalo Mrtnz committed Jun 28, 2017
1 parent d2be54c commit 160c106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Prism.sketchplugin/Contents/Sketch/build/Palette.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Prism.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Creates a beautiful artboard with all the colors in your 'Document Colors' with its respective color label in a variety of formats.",
"author": "Lalo Mrtnz & Adrián Rubio",
"homepage": "https://github.com/ment-mx/Prism",
"version": "1.0.4",
"version": "1.0.5",
"identifier": "com.ment.sketch.prism",
"appcast": "https://github.com/raw/ment-mx/Prism/master/appcast.xml",
"compatibleVersion": "41",
Expand Down
2 changes: 1 addition & 1 deletion Prism.sketchplugin/Contents/Sketch/src/Palette.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ class Palette extends Base
return colors

aliasForColor: (color) ->
@valueForKey_onLayer(hexValue(color.RGBADictionary()),@artboard)
@valueForKey_onLayer(color.immutableModelObject().hexValue(),@artboard)

0 comments on commit 160c106

Please sign in to comment.