We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e04788 commit cd2e1c8Copy full SHA for cd2e1c8
src/quo2/components/notifications/info_count.cljs
@@ -23,7 +23,7 @@
23
:as props}
24
amount]
25
(when (> amount 0)
26
- [rn/view (merge props {:style (counter-style customization-color style)})
+ [rn/view (assoc props :style (counter-style customization-color style))
27
[rn/text
28
{:style (merge typography/font-medium
29
typography/label
0 commit comments