Flexsurfers' comments on status-tags (#15345)

This commit is contained in:
Ibrahem Khalil 2023-03-14 19:46:35 +02:00 committed by GitHub
parent 9473d3f40c
commit 181e5c2266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
"link"
(conj acc
[rn/text
{:style {:color :blue
{:style {:color (colors/theme-colors colors/primary-50 colors/primary-60)
:text-decoration-line :underline}
:on-press #(rf/dispatch [:browser.ui/message-link-pressed destination])}
destination])
@ -82,7 +82,7 @@
(conj acc
[rn/text
(when community-id
{:style {:color :blue
{:style {:color (colors/theme-colors colors/primary-50 colors/primary-60)
:text-decoration-line :underline}
:on-press #(rf/dispatch [:communities/status-tag-pressed community-id literal])})
"#"