We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62c494 commit 1fb93baCopy full SHA for 1fb93ba
src/status_im2/contexts/chat/home/contact_request/view.cljs
@@ -45,8 +45,12 @@
45
[rn/view {:style (style/contact-requests-icon)}
46
[quo/icon :i/pending-user {:color (colors/theme-colors colors/neutral-50 colors/neutral-40)}]]
47
[rn/view {:style {:margin-left 8}}
48
- [rn/text {:weight :semi-bold} (i18n/label :t/pending-requests)]
49
- [rn/text
+ [quo/text
+ {:size :paragraph-1
50
+ :weight :semi-bold
51
+ :style {:color (colors/theme-colors colors/neutral-100 colors/white)}}
52
+ (i18n/label :t/pending-requests)]
53
54
{:size :paragraph-2
55
:style {:color (colors/theme-colors colors/neutral-50 colors/neutral-40)}}
56
(requests-summary requests)]]
0 commit comments