Skip to content

Commit

Permalink
fix(storefront): BCTHEME-1172 Stored payment method name is not visib…
Browse files Browse the repository at this point in the history
…le in Cornerstone Bold theme style
  • Loading branch information
bc-vlad-dlogush committed Jun 30, 2023
1 parent 16bd54e commit 3479498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
&-brand {
font-size: fontSize("smallest");
font-weight: fontWeight("semibold");
color: color("greys", "dark");

@include breakpoint("large") {
font-size: fontSize("base");
Expand Down

0 comments on commit 3479498

Please sign in to comment.