Skip to content

Commit 9bc9c67

Browse files
authored
fix(pricing-table): change token value for header cell bot spacing (#12596)
1 parent 5ce73f7 commit 9bc9c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/styles/scss/components/pricing-table/_pricing-table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207

208208
.#{$prefix}--pricing-table-header-cell:not([scope='row']),
209209
:host(#{$c4d-prefix}-pricing-table-header-cell:not([scope='row'])) {
210-
padding-block-end: $spacing-08;
210+
padding-block-end: $spacing-07;
211211
transition: padding-block-end $duration-slow-01 motion(standard, productive);
212212

213213
&.#{$prefix}--pricing-table-header-cell--sticky {

0 commit comments

Comments
 (0)