Skip to content

Commit 9fdece3

Browse files
committed
refactor: correct card prefix
1 parent 94603d9 commit 9fdece3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/material/card/card.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ $mat-card-default-padding: 16px !default;
9595
}
9696

9797
// Add slots for custom Angular Material card tokens.
98-
@include token-utils.use-tokens(
99-
m2-outlined-card.$prefix, m2-card.get-token-slots()) {
98+
@include token-utils.use-tokens(m2-card.$prefix, m2-card.get-token-slots()) {
10099
.mat-mdc-card-title {
101100
font-family: token-utils.slot(title-text-font);
102101
line-height: token-utils.slot(title-text-line-height);

0 commit comments

Comments
 (0)