Skip to content

Commit

Permalink
use quo.theme instead of theme
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Aug 1, 2023
1 parent 6eda692 commit 05bebaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quo2/components/graph/wallet_graph/view.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns quo2.components.graph.wallet-graph.view
(:require [quo2.theme :as theme]
(:require [quo2.theme :as quo.theme]
[react-native.linear-gradient :as linear-gradient]
[react-native.charts :as charts]
[react-native.core :as rn]
Expand Down Expand Up @@ -67,4 +67,4 @@
:labels-extra-height -36
:x-axis-label-text-style style/x-axis-label-text-style}]])]))

(def view (theme/with-theme view-internal))
(def view (quo.theme/with-theme view-internal))

0 comments on commit 05bebaf

Please sign in to comment.