Skip to content

Commit

Permalink
style(core): adjust the underlay color to be darker (#4238)
Browse files Browse the repository at this point in the history
* style(core): adjust the underlay color to be darker

* Create heavy-impalas-tie.md
  • Loading branch information
sebald authored Oct 25, 2024
1 parent e01e21d commit 8c539d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-impalas-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-core": patch
---

style(core): adjust the underlay color to be darker
2 changes: 1 addition & 1 deletion themes/theme-core/src/components/Underlay.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ThemeComponent, cva } from '@marigold/system';
export const Underlay: ThemeComponent<'Underlay'> = cva('', {
variants: {
variant: {
modal: ['bg-bg-surface-sunken/30 backdrop-blur-sm'],
modal: ['bg-black/25 backdrop-blur-sm'],
},
},
});

0 comments on commit 8c539d3

Please sign in to comment.