diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.scss b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.scss index 2293d3a8ac..e31653d11e 100644 --- a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.scss +++ b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.scss @@ -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 { diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss index 00c28e2e6a..2c0dcdb7c9 100644 --- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss +++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss @@ -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 { diff --git a/lib/process-services/src/lib/content-widget/attach-file-widget-dialog.component.scss b/lib/process-services/src/lib/content-widget/attach-file-widget-dialog.component.scss index 271fb87982..c10797440b 100644 --- a/lib/process-services/src/lib/content-widget/attach-file-widget-dialog.component.scss +++ b/lib/process-services/src/lib/content-widget/attach-file-widget-dialog.component.scss @@ -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 {