Use new colors for step bubbles when adding contacts remotely

This commit is contained in:
Torsten Grote
2024-06-10 10:12:56 -03:00
parent dcaf873117
commit 5bba0daa89
8 changed files with 52 additions and 14 deletions

View File

@@ -31,6 +31,13 @@
<color name="il_orange">@color/briar_orange_400</color>
<color name="il_red">@color/briar_red_500_new</color>
<color name="step_bubble_completed_background">@color/briar_blue_800_new</color>
<color name="step_bubble_completed_foreground">@color/briar_blue_300</color>
<color name="step_bubble_current_background">@color/briar_blue_400_new</color>
<color name="step_bubble_current_foreground">@color/briar_blue_900</color>
<color name="step_bubble_future_background">@color/briar_night_700_new</color>
<color name="step_bubble_future_foreground">@color/briar_night_100</color>
<color name="md_theme_onBackground">#E0E4D2</color>
<color name="md_theme_onSurface">#E0E4D2</color>
<color name="md_theme_error">@color/briar_red_400</color>