Skip to content

Commit

Permalink
fix style for hosted fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Nov 21, 2024
1 parent 80f381d commit f83f7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ define(
let disabled = !sdkClient.formIsValid();
payButton.disabled = disabled;
if (disabled) {
payButton.style.backgroundColor = "#ff5555";
payButton.style.backgroundColor = "";
payButton.style.cursor = "not-allowed";
payButton.style.opacity = "0.5";
} else {
Expand Down

0 comments on commit f83f7b8

Please sign in to comment.