Skip to content

Commit 36e87e7

Browse files
committed
fix(material/core): rename corner extra-small to xs
1 parent d5b30cb commit 36e87e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/tokens/_classes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306

307307
// Sets the border radius to extra small. Use for components that need a small amount of rounding,
308308
// such as a chip. In Angular Material, this is used for the shape of a snackbar and a tooltip.
309-
.mat-corner-extra-sm {
309+
.mat-corner-xs {
310310
border-radius: var(--mat-sys-corner-extra-small);
311311
}
312312

0 commit comments

Comments
 (0)