Skip to content

Commit

Permalink
fix(getStyledClassName): add paddingBottom back to customExactKeys (
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Apr 23, 2024
1 parent 7849eb2 commit 49d5cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsHelper/spicetifyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ Spicetify._getStyledClassName = (args, component) => {
"$iconSize"
];
const customKeys = ["blocksize"];
const customExactKeys = ["$padding", "padding"];
const customExactKeys = ["$padding", "$paddingBottom", "paddingBottom", "padding"];

const element = Array.from(args).find(
e =>
Expand Down

0 comments on commit 49d5cbd

Please sign in to comment.