From 10bc80cf870ad7ef307e27aa853d75ad3100a2d6 Mon Sep 17 00:00:00 2001 From: Jacek Pluta Date: Wed, 3 Apr 2024 09:29:12 +0200 Subject: [PATCH] [ACS-7415] - Move file dialog --- projects/aca-content/src/lib/ui/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index d2db17f96f..5569b7dd73 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -14,6 +14,10 @@ mat-icon { vertical-align: middle; } +.adf-name-location-cell-location.adf-datatable-cell-value { + color: var(--theme-secondary-text); +} + mat-slide-toggle { .mdc-switch__icons { display: none;