mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
Merge pull request #5795 from status-im/fix/5624-change-chat-options-color
Change links color in chat header
This commit is contained in:
commit
f240a6bef9
@ -51,10 +51,10 @@
|
|||||||
:on-press #(re-frame/dispatch [:show-profile-desktop whisper-identity])}
|
:on-press #(re-frame/dispatch [:show-profile-desktop whisper-identity])}
|
||||||
(i18n/label :t/view-profile)])
|
(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])}
|
:on-press #(re-frame/dispatch [:chat.ui/clear-history-pressed])}
|
||||||
(i18n/label :t/clear-history)]
|
(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])}
|
:on-press #(re-frame/dispatch [:chat.ui/delete-chat-pressed chat-id])}
|
||||||
(i18n/label :t/delete-chat)]]]))
|
(i18n/label :t/delete-chat)]]]))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user