fixed small bug in presentation of "accepted" button

pull/1/head
Chris Veilleux 2019-02-11 13:59:13 -06:00
parent f2112df8ce
commit f390d8cd8e
1 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@ mat-card {
button {
@include action-button-primary;
width: 120px;
.accepted-button {
background-color: mat-color($mycroft-accent, A100);
}
}
.accepted-button {
background-color: mat-color($mycroft-accent, A100);
}