Skip to content

Commit 2753950

Browse files
committed
indent
1 parent 6fe16fb commit 2753950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/core/theming/_palette.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ $mat-light-theme-background: (
659659
selected-button: map_get($mat-grey, 300),
660660
selected-disabled-button: map_get($mat-grey, 400),
661661
disabled-button-toggle: map_get($mat-grey, 200),
662-
disabled-list-option: map_get($mat-grey, 200),
662+
disabled-list-option: map_get($mat-grey, 200),
663663
);
664664

665665
// Background palette for dark themes.
@@ -676,7 +676,7 @@ $mat-dark-theme-background: (
676676
selected-button: map_get($mat-grey, 900),
677677
selected-disabled-button: map_get($mat-grey, 800),
678678
disabled-button-toggle: map_get($mat-grey, 1000),
679-
disabled-list-option: map_get($mat-grey, 1000),
679+
disabled-list-option: map_get($mat-grey, 1000),
680680
);
681681

682682
// Foreground palette for light themes.

0 commit comments

Comments
 (0)