Skip to content

Commit

Permalink
fix(colors): fix semanticTextColors prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Apr 11, 2024
1 parent 2d84361 commit 4ddf02d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SemanticTextColorsTemplate = () => {

return (
semanticTextColors && (
<Colors colors={semanticTextColors} prefix="$sds-color-semantic-text" />
<Colors colors={semanticTextColors} prefix="sds-color-semantic-text" />
)
);
};

0 comments on commit 4ddf02d

Please sign in to comment.