From 30d6cb51911f9492dda4e7411b77589eefbafc0c Mon Sep 17 00:00:00 2001
From: EX3124 <70867298+EX3124@users.noreply.github.com>
Date: Fri, 10 Jul 2026 12:52:09 +0800
Subject: [PATCH] fix: Status bar color when the application is opened
---
app/src/main/res/values/themes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 1b04660..9fb4320 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -10,7 +10,7 @@
- @color/teal_700
- @color/black
- - ?attr/colorPrimaryVariant
+ - @android:color/transparent
-
\ No newline at end of file
+