From 68f64614c7922dfb79e6ce2ae5d9c8a9b1d90383 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Fri, 6 May 2022 15:44:45 +0530 Subject: Add support for auto adapt text color in light mode for widget --- app/src/main/res/values/colors.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index dc4e44b..8a18288 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -28,4 +28,7 @@ #4D666666 #2CCF69 + + #99000000 + #61000000 \ No newline at end of file -- cgit v1.2.1