From 071d12527774a9116a376d65244ba1198ad79964 Mon Sep 17 00:00:00 2001 From: Dmitriymush Date: Wed, 13 Sep 2023 16:16:55 +0300 Subject: [PATCH] PROD-2416: global table cell background change --- ui-ngx/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/styles.scss b/ui-ngx/src/styles.scss index a584985924..47a7bbbac2 100644 --- a/ui-ngx/src/styles.scss +++ b/ui-ngx/src/styles.scss @@ -699,7 +699,7 @@ mat-label { } .mat-mdc-cell { - background: inherit; + background-color: transparent; color: inherit; font-size: inherit; font-family: inherit;