[#12556] Black font color of community categories in dark mode

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-09-09 13:36:38 +02:00
parent af272abcbf
commit 40919b53fb
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -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