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..9b434bfe29 100644 --- a/assets/scss/components/stencil/paymentMethods/_paymentMethods.scss +++ b/assets/scss/components/stencil/paymentMethods/_paymentMethods.scss @@ -82,6 +82,7 @@ &-brand { font-size: fontSize("smallest"); font-weight: fontWeight("semibold"); + color: color("greys", "dark"); @include breakpoint("large") { font-size: fontSize("base");