Skip to content

Commit ff7fa79

Browse files
authored
Fixes dark mode color contrast fix (commons-app#5304)
1 parent 4caa8a5 commit ff7fa79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="primaryColor">#1e8cab</color>
4+
<color name="primaryDarkColor">#1e8cab</color>
5+
</resources>

0 commit comments

Comments
 (0)