Skip to content

Commit

Permalink
fix: legacy overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Oct 9, 2024
1 parent 6d2af24 commit 222032a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changeset/eighty-avocados-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"@launchpad-ui/modal": patch
"@launchpad-ui/chip": patch
"@launchpad-ui/tag": patch
"@launchpad-ui/popover": patch
"@launchpad-ui/menu": patch
"@launchpad-ui/select": patch
"@launchpad-ui/core": patch
---

Expand Down
2 changes: 1 addition & 1 deletion packages/menu/src/styles/Menu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.Menu {
background: var(--lp-color-bg-overlay-primary);
background: var(--lp-color-bg-overlay-secondary);
border-radius: var(--lp-border-radius-medium);
font-family: var(--lp-font-family-base);

Expand Down
4 changes: 2 additions & 2 deletions packages/popover/src/styles/Popover.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/* Popover content */

.Popover-content {
background: var(--lp-color-bg-overlay-primary);
background: var(--lp-color-bg-overlay-secondary);
border-radius: var(--lp-border-radius-medium);
box-shadow: var(--lp-component-popover-shadow);
}
Expand Down Expand Up @@ -71,7 +71,7 @@
width: 10px;
height: 10px;
background: inherit;
background-color: var(--lp-color-bg-overlay-primary);
background-color: var(--lp-color-bg-overlay-secondary);
color: var(--lp-color-text-ui-primary-base);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/select/src/styles/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

.popover {
border: 1px solid var(--lp-color-border-ui-primary);
background: var(--lp-color-bg-overlay-primary);
background: var(--lp-color-bg-overlay-secondary);
border-radius: var(--lp-border-radius-regular);
max-height: 55vh;
box-shadow: var(--lp-component-select-shadow-popover);
Expand Down

0 comments on commit 222032a

Please sign in to comment.