Skip to content

Commit bbd7643

Browse files
committed
fix(accordion): update minimum height tokens used
1 parent 17ba3bc commit bbd7643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/accordion/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@
149149
}
150150

151151
.spectrum-Accordion--spacious {
152-
--spectrum-accordion-item-minimum-height: var(--spectrum-component-height-200);
152+
--spectrum-accordion-item-minimum-height: var(--spectrum-component-height-300);
153153
--spectrum-accordion-item-header-top-to-text-space: var(--spectrum-accordion-top-to-text-spacious-medium);
154154
--spectrum-accordion-item-header-bottom-to-text-space: var(--spectrum-accordion-bottom-to-text-spacious-medium);
155155

156156
&.spectrum-Accordion--sizeS {
157-
--spectrum-accordion-item-minimum-height: var(--spectrum-component-height-300);
157+
--spectrum-accordion-item-minimum-height: var(--spectrum-component-height-200);
158158
--spectrum-accordion-item-header-top-to-text-space: var(--spectrum-accordion-small-top-to-text-spacious);
159159
--spectrum-accordion-item-header-bottom-to-text-space: var(--spectrum-accordion-bottom-to-text-spacious-small);
160160
}

0 commit comments

Comments
 (0)