Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Stage to Main #3355

Merged
merged 11 commits into from
Jan 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MWPW-163987: change cta colour on merch card (#3350)
  • Loading branch information
3ch023 authored Dec 11, 2024
commit 74735f0c0b7dd0bbc773a3f912707a9f67af387a
2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/deps/mas/merch-card.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Original file line number Diff line number Diff line change
@@ -1673,7 +1673,7 @@ merch-card[variant="ccd-slice"] [slot='image'] img {
/* colors */
--merch-card-background-color: var(--spectrum-gray-background-color-default, #fff);
--consonant-merch-card-border-color: #eaeaea;
--color-accent: #1473E6;
--color-accent: rgb(59, 99, 251);
--merch-color-focus-ring: #1473E6;
--merch-color-grey-10: #f6f6f6;
--merch-color-grey-60: #6D6D6D;
2 changes: 1 addition & 1 deletion libs/features/mas/dist/mas.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/features/mas/src/global.css.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] reported by reviewdog 🐶
File ignored because of a matching ignore pattern. Use "--no-ignore" to override.

Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ styles.innerHTML = `
/* colors */
--merch-card-background-color: var(--spectrum-gray-background-color-default, #fff);
--consonant-merch-card-border-color: #eaeaea;
--color-accent: #1473E6;
--color-accent: rgb(59, 99, 251);
--merch-color-focus-ring: #1473E6;
--merch-color-grey-10: #f6f6f6;
--merch-color-grey-60: #6D6D6D;
Loading