[ADF-5114] Change dialog action button color (#5613)

This commit is contained in:
Baptiste Mahé
2020-04-16 11:46:48 +02:00
committed by GitHub
parent 45b2857e1e
commit 0a9fb69498
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
background-color: mat-color($background, background);
display: flex;
justify-content: flex-end;
color: mat-color($foreground, secondary-text);
color: mat-color($foreground, text, 0.72);
button {
text-transform: uppercase;
@@ -20,7 +20,7 @@
.adf-choose-action {
&[disabled] {
opacity: 0.6;
color: mat-color($foreground, secondary-text);
}
&:enabled {