Skip to content

Commit

Permalink
fix(getStyledClassName): add $semanticColor to included keys (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Apr 10, 2024
1 parent c77623b commit 84273d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsHelper/spicetifyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,8 @@ Spicetify._getStyledClassName = (args, component) => {
"data-encore-id",
"$size",
"$iconColor",
"$variant"
"$variant",
"$semanticColor"
];
const customKeys = ["padding", "blocksize"];

Expand Down

0 comments on commit 84273d1

Please sign in to comment.