aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/colors.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/colors.xml
parentbb53d7cef6b19e7089ca4d15de32f11ae09f50aa (diff)
show failed file messages count in chatlist correctly
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index 6ea10548f..8dfec1519 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -27,7 +27,7 @@
<color name="grey900">#ff282828</color>
<color name="red800">#ffc62828</color>
<color name="red500">#fff44336</color>
- <color name="red_a700">#ffd50000</color>
+ <color name="red700">#ffd50000</color>
<color name="orange500">#ffff9800</color>
<color name="bubble">#ff2e4272</color>
<color name="realwhite">#ffffffff</color>