Skip to content

Commit bf19c14

Browse files
committed
fix: text color contrast of payment methods w/ dark bg
1 parent be4da0b commit bf19c14

File tree

1 file changed

+1
-1
lines changed
  • client/checkout/blocks/payment-methods-logos

1 file changed

+1
-1
lines changed

client/checkout/blocks/payment-methods-logos/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
width: 38px;
2222
height: 24px;
2323
background-color: rgba( $gray-700, 0.1 );
24-
color: $gray-900;
24+
color: var( --wp--preset--color--contrast, $gray-900 );
2525
text-align: center;
2626
line-height: 24px;
2727
border-radius: 3px;

0 commit comments

Comments
 (0)