Skip to content

Commit

Permalink
fix: remove ambiguous text color class
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 7, 2023
1 parent b675e95 commit 619a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Payment/BraintreeDropInInterface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ $border-width: 1px;
#dropin-container [data-braintree-id="choose-a-way-to-pay"],
#dropin-container [data-braintree-id="methods-label"],
#dropin-container [data-braintree-id="other-ways-to-pay"] {
@apply tw-text-small tw-text-primary tw-text-tertiary tw-w-full;
@apply tw-text-small tw-text-tertiary tw-w-full;
}
/* Payment method container */
Expand Down

0 comments on commit 619a2e2

Please sign in to comment.