From b3f1d5766f880605c6aa975fc515a8cca568a933 Mon Sep 17 00:00:00 2001 From: vitshev Date: Mon, 8 Jul 2024 16:09:57 +0200 Subject: [PATCH] fix(QueryTracker): support dark theme in statistic table --- packages/ui/src/ui/components/StatisticTable/Statistics.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/ui/components/StatisticTable/Statistics.scss b/packages/ui/src/ui/components/StatisticTable/Statistics.scss index bedb7a77e..8f1b59913 100644 --- a/packages/ui/src/ui/components/StatisticTable/Statistics.scss +++ b/packages/ui/src/ui/components/StatisticTable/Statistics.scss @@ -44,7 +44,7 @@ position: sticky; top: 0; z-index: 1; - background-color: rgba(256, 256, 256, 1); + background-color: var(--g-color-base-background); box-shadow: inset 0 -1px 0 0 var(--g-color-line-generic); border-bottom: none; }