mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 20:29:02 +00:00
Merge pull request #1508 from j-m-hoffmann/fix/dark-mode-new-task-increase-contrast
fix: increase contrast for timePicker buttons in new task from 1.6 to 4.5
This commit is contained in:
commit
8cd288f902
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="brand">@color/brand_400</color>
|
||||
<color name="color_accent">@color/brand_400</color>
|
||||
<color name="text_primary">@color/gray_600</color>
|
||||
<color name="text_secondary">@color/gray_500</color>
|
||||
|
|
@ -61,4 +62,4 @@
|
|||
<color name="text_brand_white">@color/white</color>
|
||||
<color name="lightly_tinted_background">@color/brand_50</color>
|
||||
<color name="dialog_background">@color/gray_10</color>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue