Skip to content

Commit

Permalink
[TASK] Add arrow color for the dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Oct 28, 2024
1 parent f63c16d commit a1aeadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Sass/Modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ label {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: none;
border-top: 5px solid $colorGreyDark;
border-top: 5px solid light-dark($colorGreyDark, $colorGrey);
display: inline-block;
}

&.collapsed:after {
border-top: none;
border-bottom: 5px solid $colorGreyDark;
border-bottom: 5px solid light-dark($colorGreyDark, $colorGrey);
margin-bottom: 1px;
}
}
Expand Down
Loading

0 comments on commit a1aeadd

Please sign in to comment.