Skip to content

Commit

Permalink
feat: hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
floyyd6 committed Jun 16, 2023
1 parent ade901d commit 0398a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CheckoutButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export class CheckoutButton extends LitElement {
align-items: center;
justify-content: center;
cursor: pointer;
margin-top: 20px;
padding-bottom: 20px;
-webkit-tap-highlight-color: transparent;
width: 100%;
border-bottom: 1px solid var(--color-primary);
Expand All @@ -26,7 +28,6 @@ export class CheckoutButton extends LitElement {
outline: none;
border: none;
color: var(--text-dark)!important;
margin: var(--margin-x);
font-size: var(--font-size);
-webkit-tap-highlight-color: transparent;
}
Expand Down

0 comments on commit 0398a73

Please sign in to comment.