From a7315ee56f69117f38bb75434d302a203ec5f28c Mon Sep 17 00:00:00 2001 From: SpiritCroc <dev@spiritcroc.de> Date: Mon, 23 Nov 2020 13:20:25 +0100 Subject: [PATCH] FAB label background is finally dark in dark theme, so fix text color Change-Id: Ifa43b19eca293fc15aab25f067d0516686e75a29 --- vector/src/main/res/values/theme_sc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/values/theme_sc.xml b/vector/src/main/res/values/theme_sc.xml index 59613c2526..726e8cdb92 100644 --- a/vector/src/main/res/values/theme_sc.xml +++ b/vector/src/main/res/values/theme_sc.xml @@ -27,7 +27,7 @@ <item name="riotx_fab_secondary_color">@color/text_color_secondary_sc</item> <item name="riotx_fab_label_bg">@color/background_floating_sc</item> <item name="riotx_fab_label_stroke">@color/black</item> - <item name="riotx_fab_label_color">#ff808080</item><!-- TODO: this is used on light background for motion_fab_menu_merge / style:VectorLabel --> + <item name="riotx_fab_label_color">#ffffff</item> <item name="riotx_touch_guard_bg">@color/background_black_sc</item> <item name="riotx_attachment_selector_background">?riotx_background</item> <item name="riotx_attachment_selector_border">@color/background_dark_sc</item>