Skip to content

Commit

Permalink
refactor(Accordion): ♻️ Change "gap" color token (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz authored Apr 15, 2024
1 parent 01ad9c5 commit 66b5a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/css/react-css-modules.css
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
.fds-accordion-first-a8137c3d .fds-accordion-item-a8137c3d:not(:first-child) .fds-accordion-accordionButton-a8137c3d,
.fds-accordion-second-a8137c3d .fds-accordion-item-a8137c3d:not(:first-child) .fds-accordion-accordionButton-a8137c3d,
.fds-accordion-third-a8137c3d .fds-accordion-item-a8137c3d:not(:first-child) .fds-accordion-accordionButton-a8137c3d {
border-top: 1px solid var(--fds-semantic-border-on_inverted-default);
border-top: 1px solid var(--fds-semantic-surface-neutral-default);
}

@media (hover: hover) and (pointer: fine) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
.first .item:not(:first-child) .accordionButton,
.second .item:not(:first-child) .accordionButton,
.third .item:not(:first-child) .accordionButton {
border-top: 1px solid var(--fds-semantic-border-on_inverted-default);
border-top: 1px solid var(--fds-semantic-surface-neutral-default);
}

@media (hover: hover) and (pointer: fine) {
Expand Down

0 comments on commit 66b5a28

Please sign in to comment.