mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 01:09:49 +00:00
[#12556] Black font color of community categories in dark mode
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
af272abcbf
commit
40919b53fb
@ -166,7 +166,7 @@
|
||||
[rn/touchable-opacity {:on-press #(>evt [:delete-community-category community-id id])}
|
||||
[icons/icon :main-icons/delete-circle {:no-color true}]]
|
||||
[icons/icon :main-icons/channel-category {:color colors/gray}])
|
||||
[rn/text {:style {:font-size 17 :margin-left 10}} name]]
|
||||
[rn/text {:style {:font-size 17 :margin-left 10 :color colors/black}} name]]
|
||||
:content [rn/view
|
||||
(for [chat (get chats id)]
|
||||
(if edit
|
||||
|
Loading…
x
Reference in New Issue
Block a user