aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 787fdbc88..061d626d8 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -476,7 +476,7 @@ p-table {
476 476
477 td, th { 477 td, th {
478 font-family: $main-fonts; 478 font-family: $main-fonts;
479 font-size: 15px !important; 479 font-size: 15px;
480 color: pvar(--mainForegroundColor) !important; 480 color: pvar(--mainForegroundColor) !important;
481 } 481 }
482 482
@@ -890,7 +890,7 @@ p-toast {
890 } 890 }
891 891
892 p { 892 p {
893 font-size: 15px; 893 font-size: 16px;
894 margin-bottom: 0; 894 margin-bottom: 0;
895 } 895 }
896 } 896 }