Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/dev-app/system-classes-demo/system-classes-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ <h3> Label </h3>
<section>
<h2>Shape</h2>
<div class="demo-section-container demo-grid">
<div class="mat-border mat-corner-extra-sm demo-box mat-bg-primary-container">
mat-corner-extra-sm
</div>
<div class="mat-border mat-corner-xs demo-box mat-bg-primary-container">mat-corner-xs</div>
<div class="mat-border mat-corner-sm demo-box mat-bg-primary-container">mat-corner-sm</div>
<div class="mat-border mat-corner-md demo-box mat-bg-primary-container">mat-corner-md</div>
<div class="mat-border mat-corner-lg demo-box mat-bg-primary-container">mat-corner-lg</div>
Expand Down
2 changes: 1 addition & 1 deletion src/material/core/tokens/_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@

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

Expand Down
Loading