From 5d3ba34d5b03e3b0eeba83fa4e8764a2521c5b27 Mon Sep 17 00:00:00 2001 From: Ulises M Date: Mon, 10 Jun 2024 15:54:06 -0600 Subject: [PATCH] Remove leftover --- src/status_im/contexts/wallet/collectible/style.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/status_im/contexts/wallet/collectible/style.cljs b/src/status_im/contexts/wallet/collectible/style.cljs index bde207663a..c590db43c5 100644 --- a/src/status_im/contexts/wallet/collectible/style.cljs +++ b/src/status_im/contexts/wallet/collectible/style.cljs @@ -85,5 +85,4 @@ (defn background-color [theme] {:flex 1 - :height 1500 :background-color (colors/theme-colors colors/white colors/neutral-95 theme)})