Skip to content

Commit 543e3ce

Browse files
committed
refactor: lint
1 parent 1080a1a commit 543e3ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/badge/_m2-badge.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ $_large-size: $_default-size + 6px;
4343
@function get-color-tokens($theme) {
4444
$primary-color-tokens: private-get-color-palette-color-tokens($theme, primary);
4545
@return map.merge($primary-color-tokens, (
46-
badge-disabled-state-background-color: inspection.get-theme-color($theme, foreground, disabled-button),
46+
badge-disabled-state-background-color:
47+
inspection.get-theme-color($theme, foreground, disabled-button),
4748
badge-disabled-state-text-color: inspection.get-theme-color($theme, foreground, disabled-text),
4849
));
4950
}

0 commit comments

Comments
 (0)