Skip to content

Commit

Permalink
Better-Input -- Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Sep 19, 2024
1 parent 3768ef9 commit bbbfc2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/SharkPool/Better-Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// By: SharkPool
// License: MPL-2.0

// Version V.4.2.01
// Version V.4.2.02

(function (Scratch) {
"use strict";
Expand Down Expand Up @@ -716,6 +716,7 @@
if (buttonInfo) {
button.style.color = buttonInfo.textColor;
button.style.fontFamily = this.fontFamily;
button.style.fontSize = this.fontSize;
button.style.borderRadius = `${buttonInfo.borderRadius}px`;
button.style.border = buttonInfo.border;
button.style.padding = buttonInfo.padding;
Expand Down

0 comments on commit bbbfc2b

Please sign in to comment.