Skip to content

Commit 1b1019a

Browse files
authored
fix: broken button hover style
1 parent cbf9900 commit 1b1019a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simpletoast.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
console.log(`SimpleToast(v${localToast.versionString}): Publicized`);
1515
}
1616
})(this, () => {
17-
const version = buildVersion(2, 0, 2);
17+
const version = buildVersion(2, 0, 3);
1818
const style = {
1919
root: {
2020
display: 'flex',
@@ -219,7 +219,7 @@
219219
css.button?.mouseOver,
220220
button.css?.mouseOver
221221
);
222-
prev = applyCSS(hoverStyle);
222+
prev = applyCSS(elb, hoverStyle);
223223
};
224224
elb.onmouseout = () => {
225225
applyCSS(elb, prev);

0 commit comments

Comments
 (0)