Skip to content

Commit

Permalink
Revert "fix: update incorrect token in accordion"
Browse files Browse the repository at this point in the history
This reverts commit b6aada5.
  • Loading branch information
bualoy-napat committed Nov 14, 2024
1 parent 853508e commit 315f760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ds-theme/src/custom-elements/ef-accordion.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
border-radius: @comp-accordion-container-radius-md;

::slotted(ef-collapse:not(:last-child):not([expanded])) {
border-bottom: 1px solid @comp-accordion-item-header-container-color-border-base;
border-bottom: 1px solid @comp-accordion-item-header-container-color-border-base-enabled;
}
}

0 comments on commit 315f760

Please sign in to comment.