Skip to content

Commit

Permalink
Reset add cart button
Browse files Browse the repository at this point in the history
  • Loading branch information
atriantas committed Sep 14, 2024
1 parent 440a8a5 commit b9dbc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1235,11 +1235,11 @@ button.shopify-payment-button__button--unbranded {
font-weight: bold;
font-size: 1.5rem;
text-decoration: none;
color: rgb(255, 255, 255);
color: rgb(var(--color-button-text));
transition: box-shadow var(--duration-short) ease;
-webkit-appearance: none;
appearance: none;
background-color: rgb(63,54,49);
background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
Expand Down

0 comments on commit b9dbc47

Please sign in to comment.