Skip to content

Commit 85e1e60

Browse files
committed
fixup! refactor(material/button): switch flat-button to density tokens
1 parent f84f6a1 commit 85e1e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/core/tokens/m2/mdc/_button-filled.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $prefix: (mdc, button-filled);
1616
// our CSS.
1717
@function get-unthemable-tokens() {
1818
@return (
19+
container-shape: 4px,
1920
container-elevation: 0,
2021
disabled-container-elevation: 0,
2122
focus-container-elevation: 0,
@@ -89,8 +90,7 @@ $prefix: (mdc, button-filled);
8990
-3: 24px,
9091
),
9192
$scale
92-
),
93-
container-shape: 4px
93+
)
9494
);
9595
}
9696

0 commit comments

Comments
 (0)