diff --git a/src/app/ui/custom-theme.scss b/src/app/ui/custom-theme.scss index 4ac9fc1b3..5f69f1385 100644 --- a/src/app/ui/custom-theme.scss +++ b/src/app/ui/custom-theme.scss @@ -65,8 +65,8 @@ $data-table-cell-min-width--no-grow: 120px; $data-table-cell-min-width--fileSize: 80px !important; $data-table-cell-text-color: mat-color($foreground, text, 0.54); $data-table-cell-link-color: mat-color($foreground, text); -$data-table-hover-color: #e0f7fa; -$data-table-selection-color: #e0f7fa; +$data-table-hover-color: #e3fafd; +$data-table-selection-color: #e3fafd; $adf-pagination--border: 1px solid mat-color($foreground, text, 0.07); $adf-pagination__empty--height: 0;