From 3985f3e7ac68640dab76a026dea4354d2a1bb97b Mon Sep 17 00:00:00 2001 From: thecodrr Date: Wed, 13 Jan 2021 10:13:19 +0500 Subject: [PATCH] fix: white flash when opening keyboard on mobile in dark mode --- apps/web/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/index.css b/apps/web/src/index.css index 6b9424911..d409c2140 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -7,6 +7,7 @@ body { html, body { font-size: 18px; + background-color: var(--background); } }