Skip to content

Commit

Permalink
Change active controls colour to primary colour
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Dec 6, 2024
1 parent 3dcb2f1 commit 1e5f9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<item name="colorPrimary">@color/cc_brand_color</item>
<item name="colorPrimaryDark">@color/cc_brand_text</item>
<item name="colorAccent">@color/cc_dark_cool_accent_color</item>
<item name="colorControlActivated">@color/cc_dark_cool_accent_color</item>
<item name="colorControlActivated">@color/cc_brand_color</item>
<item name="android:textColorSecondary">@color/cc_neutral_text</item>
<item name="android:textColorPrimary">@color/cc_core_text</item>
<item name="buttonStyle">@style/Commcare.Button.Primary</item>
Expand Down

0 comments on commit 1e5f9d8

Please sign in to comment.