From 29813b7564d4e3505c47ed2deddb4b53157fa360 Mon Sep 17 00:00:00 2001 From: Prakash Kumar Date: Tue, 2 Jun 2026 16:39:00 +0530 Subject: [PATCH] fix: datatable row checkbox visibility on landing page --- styles/layout/landing/_themes.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/layout/landing/_themes.scss b/styles/layout/landing/_themes.scss index 2c0657dfe3..e617640f74 100644 --- a/styles/layout/landing/_themes.scss +++ b/styles/layout/landing/_themes.scss @@ -3,4 +3,13 @@ width: 1250px; box-shadow: var(--home-card-shadow); } + + .p-checkbox.p-highlight .p-checkbox-box { + border-color: var(--primary-color, #06b6d4) !important; + background: var(--primary-color, #06b6d4) !important; + + .p-checkbox-icon { + color: var(--primary-color-text, #ffffff) !important; + } + } } \ No newline at end of file