mtrl 0.6.3 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -465,7 +465,7 @@ $component: "#{base.$prefix}-segmented-button";
465
465
  // DARK THEME ADJUSTMENTS
466
466
  // =============================================================================
467
467
 
468
- body[data-theme-mode="dark"] {
468
+ html[data-theme-mode="dark"] {
469
469
  .#{$component} {
470
470
  border-color: t.color("outline");
471
471
 
@@ -50,6 +50,7 @@
50
50
  @use "./components/datepicker" as datepicker;
51
51
  @use "./components/dialog" as dialog;
52
52
  @use "./components/divider" as divider;
53
+ @use "./components/drawer" as drawer;
53
54
 
54
55
  @use "./components/progress" as progress;
55
56