File tree 3 files changed +8
-13
lines changed
src/status_im2/contexts/chat/messages
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 2
2
(:require
3
3
[quo2.core :as quo]
4
4
[quo2.foundations.colors :as colors]
5
+ [react-native.platform :as platform]
5
6
[react-native.core :as rn]
6
7
[status-im2.contexts.chat.messages.content.link-preview.view :as link-preview]
7
8
[status-im2.contexts.chat.messages.content.text.style :as style]
8
9
[utils.i18n :as i18n]
9
- [react-native.platform :as platform]
10
10
[utils.re-frame :as rf]))
11
11
12
12
(defn render-inline
Original file line number Diff line number Diff line change 56
56
:margin-bottom side-margin-animation}
57
57
{:align-items :flex-start }))
58
58
59
- (def name-container
60
- {:flex-direction :row
61
- :align-items :center })
62
-
63
59
(def bio
64
60
{:margin-top 8 })
Original file line number Diff line number Diff line change 223
223
:display-name display-name
224
224
:online? online?
225
225
:profile-picture photo-path}])]
226
- [rn/view {:style style/name-container}
227
- [quo/text
228
- {:weight :semi-bold
229
- :size :heading-1
230
- :style {:margin-top (if group-chat 54 12 )}
231
- :number-of-lines 1 }
232
- display-name
233
- [contact-icon contact]]]
226
+ [quo/text
227
+ {:weight :semi-bold
228
+ :size :heading-1
229
+ :style {:margin-top (if group-chat 54 12 )}
230
+ :number-of-lines 1 }
231
+ display-name
232
+ [contact-icon contact]]
234
233
(when bio
235
234
[quo/text {:style style/bio}
236
235
bio])
You can’t perform that action at this time.
0 commit comments