diff --git a/src/status_im2/contexts/share/style.cljs b/src/status_im2/contexts/share/style.cljs index 68a6e66dc296..6e65a1f64f28 100644 --- a/src/status_im2/contexts/share/style.cljs +++ b/src/status_im2/contexts/share/style.cljs @@ -5,7 +5,7 @@ (def blur {:style {:position :absolute :top 0 :left 0 :right 0 :bottom 0} - :overlayColor colors/neutral-80-opa-80 + :overlay-color colors/neutral-80-opa-80 :blur-amount 20}) (def header-button @@ -38,7 +38,6 @@ :justify-content :center :align-items :center}) - (def emoji-hash-container {:border-radius 16 :margin-top 12