Skip to content

Commit

Permalink
fix(shared): remove 'fill' from shared style name
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 11, 2021
1 parent 1b92c20 commit 613a16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sketch/src/commands/icons/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function syncIconSymbols({
}) {
const sharedStyles = syncColorStyles({ document });
const [sharedStyle] = sharedStyles.filter(
({ name }) => name === 'color / fill / black'
({ name }) => name === 'color / black'
);

if (!sharedStyle) {
Expand Down

0 comments on commit 613a16f

Please sign in to comment.