Skip to content

Commit 685e0ae

Browse files
committed
Removed color configuration for Android (but left it as comment).
1 parent b9c1309 commit 685e0ae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/Codebreaker.MAUI/Platforms/Android/Resources/values
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="colorPrimary">#512BD4</color>
3+
<!--Colors could be configured here:-->
4+
<!--<color name="colorPrimary">#512BD4</color>
45
<color name="colorPrimaryDark">#2B0B98</color>
5-
<color name="colorAccent">#2B0B98</color>
6+
<color name="colorAccent">#2B0B98</color>-->
67
</resources>

0 commit comments

Comments
 (0)