Skip to content

Commit

Permalink
few more warnings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vkjr committed Dec 30, 2024
1 parent 2ccf63f commit b2946d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/legacy/status_im/multiaccounts/update/core.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(ns legacy.status-im.multiaccounts.update.core
(:require
[legacy.status-im.data-store.settings :as settings]
;; deprecated warning suppressed but please rewrite if you have time
#_{:clj-kondo/ignore [:deprecated-namespace]}
[legacy.status-im.utils.deprecated-types :as types]
[status-im.constants :as constants]
[taoensso.timbre :as log]
Expand Down
4 changes: 2 additions & 2 deletions src/quo/components/banners/banner/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
(:require
[quo.foundations.colors :as colors]))

;; deprecated warning suppressed but please rewrite if you have time
#_{:clj-kondo/ignore [:deprecated-var]}
(def container
{:height 40
;; deprecated warning suppressed but please rewrite if you have time
#_{:clj-kondo/ignore [:deprecated-var]}
:background-color (colors/custom-color :blue 50 20)
:flex-direction :row
:align-items :center
Expand Down
4 changes: 2 additions & 2 deletions src/quo/components/tags/context_tag/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@

:group
[tag-skeleton {:theme theme :size size :text group-name}
;; deprecated warning suppressed but please rewrite if you have time
#_{:clj-kondo/ignore [:deprecated-var]}
[group-avatar/view
{:icon-name :i/members
:size (if (= size 24) :size-20 :size-28)
;; deprecated warning suppressed but please rewrite if you have time
#_{:clj-kondo/ignore [:deprecated-var]}
:customization-color (colors/custom-color customization-color 50)}]]

(:channel :community)
Expand Down

0 comments on commit b2946d0

Please sign in to comment.