File tree 1 file changed +7
-7
lines changed
src/status_im/contexts/chat/messenger/messages/content/text
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
(defn mention-tag-wrapper
16
16
[first-child-mention]
17
- {:flex-direction :row
18
- :align-items :center
19
- :height (if platform/ios? 22 21 )
20
- :background-color colors/primary-50-opa-10
21
- :padding-horizontal 3
22
- :border-radius 6
23
- :transform [{:translateY (if platform/ios? (if first-child-mention 4.5 3 ) 4.5 )}]})
17
+ {:flex-direction :row
18
+ :align-items :center
19
+ :height (if platform/ios? 22 21 )
20
+ :border-radius 6
21
+ :transform [{:translateY (if platform/ios? (if first-child-mention 4.5 3 ) 4.5 )}]})
24
22
25
23
(def mention-tag-text
26
24
{:color (colors/theme-colors colors/primary-50
27
25
colors/primary-60)
28
26
:selection-color :transparent
27
+ :background-color colors/primary-50-opa-10
28
+ :padding-horizontal 3
29
29
:suppress-highlighting true })
30
30
31
31
(defn code
You can’t perform that action at this time.
0 commit comments