Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit ab55c07

Browse files
fix(button): add pressed-outline-color key
PiperOrigin-RevId: 483050999
1 parent e74b7ba commit ab55c07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mdc-button/_button-outlined-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ $light-theme: (
6464
outline-color: $outline-color,
6565
outline-width: $outlined-border-width,
6666
pressed-label-text-color: null,
67+
pressed-outline-color: null,
6768
pressed-state-layer-color: primary,
6869
pressed-state-layer-opacity: 0.12,
6970
with-icon-icon-color: null,
@@ -107,6 +108,7 @@ $light-theme: (
107108
disabled: map.get($theme, disabled-outline-color),
108109
focus: map.get($theme, focus-outline-color),
109110
hover: map.get($theme, hover-outline-color),
111+
pressed: map.get($theme, pressed-outline-color),
110112
),
111113
$query: $query
112114
);

0 commit comments

Comments
 (0)