Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Oct 5, 2023
1 parent cb51f8a commit 3a12952
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns status-im2.contexts.shell.jump-to.components.bottom-tabs.view
(:require [quo2.core :as quo]
[quo2.theme :as theme]
[utils.re-frame :as rf]
[quo2.theme :as quo.theme]
[react-native.core :as rn]
[react-native.gesture :as gesture]
[react-native.platform :as platform]
Expand Down Expand Up @@ -59,7 +59,7 @@
shared-values))]
(utils/load-stack @state/selected-stack-id)
(reanimated/set-shared-value (:pass-through? shared-values) pass-through?)
[theme/provider {:theme :dark}
[quo.theme/provider {:theme :dark}
[reanimated/view
{:style (style/bottom-tabs-container pass-through? (:bottom-tabs-height shared-values))}
(when pass-through?
Expand Down

0 comments on commit 3a12952

Please sign in to comment.