Skip to content

Commit

Permalink
fix(fuselage): border color on accordion component (#1312)
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Fabris <[email protected]>
  • Loading branch information
csuadev and dougfabris authored Mar 6, 2024
1 parent 75305d7 commit 91fe5c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sour-pumpkins-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

Change border color on Accordion component that was affecting dark mode, requested by design.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
color: colors.font(default);

border-width: lengths.border-width(default);
border-color: colors.neutral(300) transparent transparent;
border-color: colors.stroke(extra-light) transparent transparent;

&[tabindex] {
@include clickable;
Expand Down

0 comments on commit 91fe5c9

Please sign in to comment.