From 47a16c0c2bb90e991aff414d0577bb1a12513601 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 15 Apr 2026 19:43:29 +0700 Subject: [PATCH] more styles change for matched table --- src/app/styles/violation-details.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/styles/violation-details.scss b/src/app/styles/violation-details.scss index 7f26299..69b5c75 100644 --- a/src/app/styles/violation-details.scss +++ b/src/app/styles/violation-details.scss @@ -486,7 +486,7 @@ } a { - /* color: v.$text-p; */ + color: v.$p-color; word-break: break-all; font-weight: 500; @@ -512,6 +512,10 @@ display: flex; gap: 8px; font-weight: 600; + + div { + color: v.$p-color; + } } &-date-status { @@ -733,9 +737,10 @@ &:first-child { font-weight: 700; + color: v.$p-color; .complaint-details-header { - /* background-color: v.$bg-hover; */ + background-color: #fff; } } }