mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
FAB label background is finally dark in dark theme, so fix text color
Change-Id: Ifa43b19eca293fc15aab25f067d0516686e75a29
This commit is contained in:
parent
d850c7ac42
commit
a7315ee56f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue