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:
Phillip Thelen 2021-03-31 13:35:13 +02:00 committed by GitHub
commit 8cd288f902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>