aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/primeng-custom.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index a998652d5..d99c5b96a 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -26,7 +26,7 @@ p-table {
26 } 26 }
27 27
28 tr { 28 tr {
29 background-color: #fff !important; 29 background-color: var(--mainBackgroundColor) !important;
30 height: 46px; 30 height: 46px;
31 } 31 }
32 32