Skip to content

Commit 55b7ba0

Browse files
andrewseguinAndrew Seguin
and
Andrew Seguin
authored
fix(material/card): use system outline (#31218)
# Conflicts: # src/material/card/_m2-card.scss Co-authored-by: Andrew Seguin <[email protected]>
1 parent 680dd6f commit 55b7ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/card/_m2-card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
card-elevated-container-elevation: elevation.get-box-shadow(1),
2424
card-outlined-container-color: map.get($system, surface),
2525
card-outlined-container-elevation: elevation.get-box-shadow(0),
26-
card-outlined-outline-color: rgba(inspection.get-theme-color($theme, foreground, base), 0.12),
26+
card-outlined-outline-color: inspection.get-theme-color($theme, system, outline),
2727
card-subtitle-text-color: map.get($system, surface-variant),
2828
card-filled-container-color: map.get($system, surface),
2929
card-filled-container-elevation: elevation.get-box-shadow(0)

0 commit comments

Comments
 (0)