Skip to content

Commit

Permalink
Fix compatibility with latest UI version (broken styles)
Browse files Browse the repository at this point in the history
  • Loading branch information
blmage committed Oct 26, 2024
1 parent 4f9b011 commit 8fd2fd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ControlButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ const CLASS_NAMES = {
],
// Copied from the special letter buttons.
[BUTTON]: [
'_8AMBh',
'_2vfJy',
'_3Qy5R',
'_2yFpW',
'_1Qh5D',
'_36g4N',
'_2YF0P',
'_2yFpW',
'_2V6ug',
'_1ursp',
'_7jW2t',
`${EXTENSION_PREFIX}control-button`,
],
[BUTTON__DISABLED]: [
'_20q0d',
'_1NM1Q',
'_2wryV',
// Copied by searching for a class that resets the bottom border, alongside the other button classes.
'_1_xfn',
],
Expand Down
1 change: 1 addition & 0 deletions src/components/ControlSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const CLASS_NAMES = {
'GaL6P',
'_1ivd5',
'_2-LJi',
'_3yKMC',
`${EXTENSION_PREFIX}slider-input`,
],
[HINT]: [
Expand Down

0 comments on commit 8fd2fd1

Please sign in to comment.