Skip to content

Commit

Permalink
fix: change value of underlay token (#3264)
Browse files Browse the repository at this point in the history
* fix: change value of underlay token

* Create serious-lamps-carry.md
  • Loading branch information
sarahgm authored Aug 10, 2023
1 parent 8e0b4f2 commit 63009ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/serious-lamps-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-b2b": patch
---

fix: change value of underlay token
2 changes: 1 addition & 1 deletion themes/theme-b2b/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const colors = {
*/
lowered: brand.secondary[700],

underlay: 'rgba(206, 212, 218, 0.5)',
underlay: brand.secondary[200],
},

// State
Expand Down

2 comments on commit 63009ad

@vercel
Copy link

@vercel vercel bot commented on 63009ad Aug 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs-marigold.vercel.app
marigold-docs-git-main-marigold.vercel.app
marigold-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 63009ad Aug 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-latest.vercel.app
marigold-storybook-git-main-marigold.vercel.app
marigold-storybook-marigold.vercel.app

Please sign in to comment.