Skip to content

Commit

Permalink
correct background color for ccd cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Nov 7, 2024
1 parent 53d5f81 commit a516ba4
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 47 deletions.
18 changes: 9 additions & 9 deletions libs/deps/mas/mas.js

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions libs/deps/mas/merch-card.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions libs/features/mas/mas/dist/mas.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/features/mas/web-components/src/variants/ccd-slice.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export class CCDSlice extends VariantLayout {
:host([variant='ccd-slice']) {
width: var(--consonant-merch-card-ccd-slice-single-width);
max-width: var(--consonant-merch-card-ccd-slice-single-width);
background-color: var(
--spectrum-gray-50, #fff);
border: 1px solid var(--spectrum-global-color-gray-700);
background-color: var(--spectrum-gray-800, #fff);
border-radius: 4px;
display: flex;
flex-flow: wrap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class CCDSuggested extends VariantLayout {

static variantStyle = css`
:host([variant='ccd-suggested']) {
background-color: var(
--spectrum-gray-50, #fff);
background-color: var(--spectrum-gray-50, #fff);
border: 1px solid var(--spectrum-global-color-gray-700);
width: var(--merch-card-ccd-suggested-width);
max-width: var(--merch-card-ccd-suggested-width);
min-height: var(--merch-card-ccd-suggested-height);
Expand Down

0 comments on commit a516ba4

Please sign in to comment.