Skip to content

Commit

Permalink
fix(panel): switch tokens to align with original values
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Nov 27, 2024
1 parent 18eb8ea commit 96e2147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/calcite-components/src/components/panel/panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

:host([scale="m"]) {
--calcite-internal-panel-default-space: var(--calcite-spacing-md);
--calcite-internal-panel-header-vertical-padding: var(--calcite-spacing-lg);
--calcite-internal-panel-header-vertical-padding: var(--calcite-spacing-md-plus);

.header-content {
.heading {
Expand All @@ -69,8 +69,8 @@
}

:host([scale="l"]) {
--calcite-internal-panel-default-space: var(--calcite-spacing-xl);
--calcite-internal-panel-header-vertical-padding: var(--calcite-spacing-xxl);
--calcite-internal-panel-default-space: var(--calcite-spacing-lg);
--calcite-internal-panel-header-vertical-padding: var(--calcite-spacing-xl);

.header-content {
.heading {
Expand Down

0 comments on commit 96e2147

Please sign in to comment.