[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,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;
@ -47,7 +47,7 @@
.adf-choose-action {
&[disabled] {
opacity: 0.6;
color: mat-color($foreground, secondary-text);
}
&:enabled {

View File

@ -33,7 +33,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;
@ -43,7 +43,7 @@
.adf-choose-action {
&[disabled] {
opacity: 0.6;
color: mat-color($foreground, secondary-text);
}
&:enabled {

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 {