Skip to content

Commit ed33b72

Browse files
author
Andrew Seguin
committed
fix
1 parent ba32d9d commit ed33b72

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/material/button/_fab-theme.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
1717
} @else {
1818
@include sass-utils.current-selector-or-root() {
19+
@include token-utils.create-token-values-mixed(
20+
tokens-mat-fab.$prefix,
21+
tokens-mat-fab.get-unthemable-tokens()
22+
);
23+
@include token-utils.create-token-values-mixed(
24+
tokens-mat-fab-small.$prefix,
25+
tokens-mat-fab-small.get-unthemable-tokens()
26+
);
1927
@include token-utils.create-token-values-mixed(
2028
tokens-mat-extended-fab.$prefix,
2129
tokens-mat-extended-fab.get-unthemable-tokens()

src/material/core/tokens/m2/mat/_switch.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $prefix: (mat, switch);
4848
track-outline-width: 1px,
4949
track-shape: 7px,
5050
track-width: 36px,
51+
unselected-focus-state-layer-opacity: 0.12,
5152
unselected-handle-horizontal-margin: 0,
5253
unselected-handle-size: 20px,
5354
unselected-hover-state-layer-opacity: 0.04,

0 commit comments

Comments
 (0)