diff --git a/packages/sketch/src/commands/icons/shared.js b/packages/sketch/src/commands/icons/shared.js index e62b7bd981b9..658de88d8542 100644 --- a/packages/sketch/src/commands/icons/shared.js +++ b/packages/sketch/src/commands/icons/shared.js @@ -24,7 +24,7 @@ export function syncIconSymbols( ) { const sharedStyles = syncColorStyles(document); const [sharedStyle] = sharedStyles.filter( - ({ name }) => name === 'color/black' + ({ name }) => name === 'color / black' ); if (!sharedStyle) {