Skip to content

Commit

Permalink
fix(material/divider): fixed demo list border color
Browse files Browse the repository at this point in the history
fixed border list demo color to match divider color

fixes b/291964002
  • Loading branch information
DBowen33 committed May 8, 2024
1 parent 2a77bbf commit e65e9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev-app/list/list-demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-flow: row wrap;

.mat-mdc-list-base {
border: 1px solid rgba(0, 0, 0, 0.12);
border: 1px solid var(--mat-divider-color);
width: 350px;
margin: 20px 20px 0 0;
}
Expand Down

0 comments on commit e65e9d9

Please sign in to comment.