mirror of
https://github.com/status-im/status-react.git
synced 2025-02-23 08:08:33 +00:00
Change 'Clear history' and 'Delete chat' link color to black
This commit is contained in:
parent
ca149062ad
commit
e0f51a424e
@ -51,10 +51,10 @@
|
||||
:on-press #(re-frame/dispatch [:show-profile-desktop whisper-identity])}
|
||||
(i18n/label :t/view-profile)])
|
||||
|
||||
[react/text {:style (styles/profile-actions-text colors/red)
|
||||
[react/text {:style (styles/profile-actions-text colors/black)
|
||||
:on-press #(re-frame/dispatch [:chat.ui/clear-history-pressed])}
|
||||
(i18n/label :t/clear-history)]
|
||||
[react/text {:style (styles/profile-actions-text colors/red)
|
||||
[react/text {:style (styles/profile-actions-text colors/black)
|
||||
:on-press #(re-frame/dispatch [:chat.ui/delete-chat-pressed chat-id])}
|
||||
(i18n/label :t/delete-chat)]]]))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user