From 6caad49ff830fe6c429893c76d098f59422cda73 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 7 Aug 2025 15:23:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Updating=20the=20style=20of=20th?= =?UTF-8?q?e=20primevue=20datatable=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/primevue-style/datatable.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/style/primevue-style/datatable.css b/src/assets/style/primevue-style/datatable.css index 720711b..70a8740 100644 --- a/src/assets/style/primevue-style/datatable.css +++ b/src/assets/style/primevue-style/datatable.css @@ -79,9 +79,9 @@ --p-datatable-row-focus-ring-offset: -1px; /* --p-datatable-row-focus-ring-shadow: var(--p-focus-ring-shadow); */ --p-datatable-column-title-font-weight: var(--text-body-SM-detail-text-Medium-weight); - --p-datatable-header-cell-background: var(--datatable-background); - --p-datatable-header-cell-hover-background: var(--datatable-hover-background); - --p-datatable-header-cell-selected-background: var(--datatable-active-background); + --p-datatable-header-cell-background: var(--primary-color-850-blue-france-default); + --p-datatable-header-cell-hover-background: var(--primary-color-850-blue-france-hover); + --p-datatable-header-cell-selected-background: var(--primary-color-850-blue-france-active); --p-datatable-header-cell-border-color: var(--border-plain-grey); --p-datatable-header-cell-color: var(--datatable-header-cell-color); --p-datatable-header-cell-hover-color: var(--datatable-header-cell-color);