Skip to content

Commit 9d84d8d

Browse files
authored
fix: Fix Type in Spectrum Modal Overlay Background Color (#2267)
closes #2266
1 parent 2198781 commit 9d84d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/theme/theme-spectrum/theme-spectrum-alias.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/* Shadows / Overlays */
4242
--spectrum-alias-dropshadow-color: var(--dh-color-dropshadow);
4343
--spectrum-alias-background-color-modal-overlay: var(
44-
--dh-color-modal-overlay-bg
44+
--dh-color-overlay-modal-bg
4545
);
4646
--spectrum-alias-background-color-hover-overlay: var(
4747
--dh-color-overlay-hover-bg

0 commit comments

Comments
 (0)