diff --git a/src/status_im/ui/screens/profile/group_chat/styles.cljs b/src/status_im/ui/screens/profile/group_chat/styles.cljs index c459c3d302..2b6892b279 100644 --- a/src/status_im/ui/screens/profile/group_chat/styles.cljs +++ b/src/status_im/ui/screens/profile/group_chat/styles.cljs @@ -9,7 +9,8 @@ {:background-color (colors/alpha colors/blue 0.1) :border-radius 50}) -(def action-label +; Action label style is expected to be a fn +(defn action-label [_] {:color colors/blue}) (def action-separator @@ -18,4 +19,4 @@ :margin-left 50}) (def action-icon-opts - {:color colors/blue}) \ No newline at end of file + {:color colors/blue})