Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 29813b7

Browse files
committed
fix: datatable row checkbox visibility on landing page
1 parent 200f65b commit 29813b7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

styles/layout/landing/_themes.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@
33
width: 1250px;
44
box-shadow: var(--home-card-shadow);
55
}
6+
7+
.p-checkbox.p-highlight .p-checkbox-box {
8+
border-color: var(--primary-color, #06b6d4) !important;
9+
background: var(--primary-color, #06b6d4) !important;
10+
11+
.p-checkbox-icon {
12+
color: var(--primary-color-text, #ffffff) !important;
13+
}
14+
}
615
}

0 commit comments

Comments
 (0)