Skip to content

Commit

Permalink
fixup! refactor(material/button): switch flat-button to density tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Sep 29, 2023
1 parent f84f6a1 commit 85e1e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/material/core/tokens/m2/mdc/_button-filled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $prefix: (mdc, button-filled);
// our CSS.
@function get-unthemable-tokens() {
@return (
container-shape: 4px,
container-elevation: 0,
disabled-container-elevation: 0,
focus-container-elevation: 0,
Expand Down Expand Up @@ -89,8 +90,7 @@ $prefix: (mdc, button-filled);
-3: 24px,
),
$scale
),
container-shape: 4px
)
);
}

Expand Down

0 comments on commit 85e1e60

Please sign in to comment.