From 91854e3d1d4a2ab45b2774ea2564ed76667ca009 Mon Sep 17 00:00:00 2001 From: "vladyslav.dlohush@bigcommerce.com" Date: Fri, 30 Jun 2023 12:58:39 +0300 Subject: [PATCH] fix(storefront): BCTHEME-1172 Stored payment method name is not visible in Cornerstone Bold theme style --- CHANGELOG.md | 1 + .../scss/components/stencil/paymentMethods/_paymentMethods.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f8f42ccb..2cc248558c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Stored payment method name is not visible in Cornerstone Bold theme style [#2371](https://github.com/bigcommerce/cornerstone/pull/2371) - (sanitize product.description) in the theme results to ‘error length of description’ from Google indexing for lengthy product description [#2363](https://github.com/bigcommerce/cornerstone/pull/2363) - Added style configs to payment buttons [#2361](https://github.com/bigcommerce/cornerstone/pull/2361) - Bump Stencil utils to 6.15.1 [#2365][https://github.com/bigcommerce/cornerstone/pull/2365] diff --git a/assets/scss/components/stencil/paymentMethods/_paymentMethods.scss b/assets/scss/components/stencil/paymentMethods/_paymentMethods.scss index 7d3a404211..cdd04d9863 100644 --- a/assets/scss/components/stencil/paymentMethods/_paymentMethods.scss +++ b/assets/scss/components/stencil/paymentMethods/_paymentMethods.scss @@ -80,6 +80,7 @@ } &-brand { + color: color("greys", "dark"); font-size: fontSize("smallest"); font-weight: fontWeight("semibold");