From dbead3a247e08d173a70185f885b73f51d932d6f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 24 Oct 2019 14:28:00 +0300 Subject: Fix replies background on dark mode --- vnext/src/ui/Thread.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src') diff --git a/vnext/src/ui/Thread.css b/vnext/src/ui/Thread.css index 5e515627..300d56ff 100644 --- a/vnext/src/ui/Thread.css +++ b/vnext/src/ui/Thread.css @@ -1,5 +1,5 @@ #replies { - background: #fff; + background: var(--main-background-color); border: 1px solid var(--border-color); padding: 12px; } -- cgit v1.2.3