refactor: window background color on mobile, hide webview until ready (#2618) [skip e2e]

This commit is contained in:
Aman Harwara
2023-11-03 16:50:11 +05:30
committed by GitHub
parent 0902580b79
commit 86e9c90c10
4 changed files with 20 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="background">#2E2E2E</color>
<color name="background">#000000</color>
</resources>