diff --git a/src/quo2/components/wallet/wallet_activity/style.cljs b/src/quo2/components/wallet/wallet_activity/style.cljs index 97a2548701..bd941a9bf4 100644 --- a/src/quo2/components/wallet/wallet_activity/style.cljs +++ b/src/quo2/components/wallet/wallet_activity/style.cljs @@ -33,12 +33,15 @@ [theme blur?] {:border-width 1 :border-radius 6 - :margin-right 8 + :margin-right 4 :padding-horizontal 2 :border-color (if-not blur? (colors/theme-colors colors/neutral-20 colors/neutral-80 theme) colors/white-opa-10)}) +(def timestamp-container + {:margin-left 4}) + (defn timestamp [theme blur?] {:color (if-not blur? diff --git a/src/quo2/components/wallet/wallet_activity/view.cljs b/src/quo2/components/wallet/wallet_activity/view.cljs index 1f5026eb26..f74a6b6ca4 100644 --- a/src/quo2/components/wallet/wallet_activity/view.cljs +++ b/src/quo2/components/wallet/wallet_activity/view.cljs @@ -56,7 +56,7 @@ :size :label :style (style/transaction-counter theme)} (i18n/label :t/x-counter {:counter counter})]]) - [rn/view + [rn/view {:style style/timestamp-container} [text/text {:weight :regular :size :label diff --git a/src/status_im2/contexts/quo_preview/wallet/wallet_activity.cljs b/src/status_im2/contexts/quo_preview/wallet/wallet_activity.cljs index 8cd4fda82d..f73252299e 100644 --- a/src/status_im2/contexts/quo_preview/wallet/wallet_activity.cljs +++ b/src/status_im2/contexts/quo_preview/wallet/wallet_activity.cljs @@ -45,6 +45,12 @@ :full-name "Aretha Gosling" :profile-picture (resources/mock-images :user-picture-female2)}) +(def jessica-stewart + {:size 24 + :type :default + :full-name "Jessica Stewart" + :profile-picture (resources/mock-images :user-picture-female2)}) + (def james-bond {:size 24 :type :default @@ -101,6 +107,8 @@ :value "Account: Piggy bank"} {:key aretha-gosling :value "Person: Aretha Gosling"} + {:key jessica-stewart + :value "Person: Jessica Stewart"} {:key james-bond :value "Person: James Bond"} {:key mainnet