aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-02 21:53:26 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-02 21:53:26 +0200
commit337fdf93f35e427ef4035c24b363e3c9da45c64b (patch)
treebdd64457ba3313b8813b59bc4a9ae515c3c12b8b /src/main/res/values/themes.xml
parentbb53d7cef6b19e7089ca4d15de32f11ae09f50aa (diff)
show failed file messages count in chatlist correctly
Diffstat (limited to 'src/main/res/values/themes.xml')
-rw-r--r--src/main/res/values/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 96a179311..8abbbd1e9 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -13,7 +13,7 @@
<item name="color_background_primary">@color/grey50</item>
<item name="color_background_secondary">@color/grey200</item>
<item name="color_background_tertiary">@color/grey300</item>
- <item name="color_warning">@color/red_a700</item>
+ <item name="color_warning">@color/red700</item>
<item name="TextColorOnline">@color/green500</item>
<item name="TextColorError">@color/red800</item>
@@ -166,7 +166,7 @@
<item name="color_background_primary">@color/grey700</item>
<item name="color_background_secondary">@color/grey800</item>
<item name="color_background_tertiary">@color/grey900</item>
- <item name="color_warning">@color/red_a700</item>
+ <item name="color_warning">@color/red700</item>
<item name="TextColorOnline">@color/green500</item>
<item name="TextColorError">@color/red500</item>