Skip to content

Commit

Permalink
fix(component-library): turn scroll bar dark in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Jan 22, 2025
1 parent ea79f15 commit cf34b59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-bikes-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shopware-ag/meteor-component-library": patch
---

Turn scrollbar dark for dark mode
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
padding: 0;
}

[data-theme="dark"] {
color-scheme: dark;
}

body {
font-family: $font-family-default;
font-size: $font-size-default;
Expand Down

0 comments on commit cf34b59

Please sign in to comment.