Skip to content

Commit

Permalink
[ACS-7415] - Move file dialog (#3755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta authored and MichalKinas committed Jul 19, 2024
1 parent 2afbb46 commit 356f030
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@include mat.core;

mat-toolbar {
color: var(--theme-text-color, rgba(0, 0, 0, 0.54));
color: var(--adf-theme-foreground-text-color-054);
}

mat-icon {
Expand All @@ -31,6 +31,15 @@ mat-slide-toggle {
}
}

.adf-name-location-cell-location.adf-datatable-cell-value {
color: var(--theme-secondary-text);
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
background-color: transparent;
padding: 0;
}

.mat-mdc-tab-list {
.mat-mdc-tab-labels {
.mdc-tab--active {
Expand All @@ -39,6 +48,10 @@ mat-slide-toggle {
}
}

.mdc-list-item__primary-text {
color: var(--adf-theme-foreground-text-color-087);
}

.mat-mdc-button:is(button),
.mat-mdc-icon-button:is(button),
.mat-mdc-icon-button.mat-mdc-button-base:is(button) {
Expand Down

0 comments on commit 356f030

Please sign in to comment.