Skip to content

Commit

Permalink
fix(dialog): update content background color to match modal (#10856)
Browse files Browse the repository at this point in the history
**Related Issue:** #10809 

## Summary

Updates `dialog`’s content background color to be consistent with
`modal`, easing the team’s migration efforts.
  • Loading branch information
jcfranco authored Nov 26, 2024
1 parent 19e4242 commit 0fd6560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ calcite-panel {
--calcite-panel-content-space: var(--calcite-dialog-content-space, var(--calcite-internal-dialog-content-padding));
--calcite-panel-footer-space: var(--calcite-dialog-footer-space);
--calcite-panel-border-color: var(--calcite-dialog-border-color);
--calcite-panel-background-color: var(--calcite-dialog-background-color);
--calcite-panel-background-color: var(--calcite-dialog-background-color, var(--calcite-color-foreground-1));
}

.dialog {
Expand Down

0 comments on commit 0fd6560

Please sign in to comment.