Skip to content

Commit

Permalink
Update colors.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
DZZN-DEV authored Jan 1, 2024
1 parent d6ee3f7 commit 7c520c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/ruffle/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
</resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>

0 comments on commit 7c520c3

Please sign in to comment.