Merge pull request #15671 from dhcodes/fix/modal-title-color
fix(styles): Change modal title color
This commit is contained in:
@ -90,6 +90,7 @@
|
||||
.modal-title {
|
||||
margin: 0;
|
||||
line-height: @modal-title-line-height;
|
||||
color: @gray-lighter;
|
||||
}
|
||||
|
||||
// Modal body
|
||||
|
Reference in New Issue
Block a user