mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix wrong counter color in jump-to screen (#17554)
This commit is contained in:
parent
a7f0566050
commit
c2833ae33d
@ -1,10 +1,11 @@
|
|||||||
(ns status-im2.contexts.shell.jump-to.components.bottom-tabs.view
|
(ns status-im2.contexts.shell.jump-to.components.bottom-tabs.view
|
||||||
(:require [utils.re-frame :as rf]
|
(:require [quo2.core :as quo]
|
||||||
|
[utils.re-frame :as rf]
|
||||||
|
[quo2.theme :as quo.theme]
|
||||||
[react-native.core :as rn]
|
[react-native.core :as rn]
|
||||||
[react-native.gesture :as gesture]
|
[react-native.gesture :as gesture]
|
||||||
[react-native.platform :as platform]
|
[react-native.platform :as platform]
|
||||||
[react-native.reanimated :as reanimated]
|
[react-native.reanimated :as reanimated]
|
||||||
[quo2.core :as quo]
|
|
||||||
[status-im2.contexts.shell.jump-to.utils :as utils]
|
[status-im2.contexts.shell.jump-to.utils :as utils]
|
||||||
[status-im2.contexts.shell.jump-to.state :as state]
|
[status-im2.contexts.shell.jump-to.state :as state]
|
||||||
[status-im2.contexts.shell.jump-to.animation :as animation]
|
[status-im2.contexts.shell.jump-to.animation :as animation]
|
||||||
@ -58,6 +59,7 @@
|
|||||||
shared-values))]
|
shared-values))]
|
||||||
(utils/load-stack @state/selected-stack-id)
|
(utils/load-stack @state/selected-stack-id)
|
||||||
(reanimated/set-shared-value (:pass-through? shared-values) pass-through?)
|
(reanimated/set-shared-value (:pass-through? shared-values) pass-through?)
|
||||||
|
[quo.theme/provider {:theme :dark}
|
||||||
[reanimated/view
|
[reanimated/view
|
||||||
{:style (style/bottom-tabs-container pass-through? (:bottom-tabs-height shared-values))}
|
{:style (style/bottom-tabs-container pass-through? (:bottom-tabs-height shared-values))}
|
||||||
(when pass-through?
|
(when pass-through?
|
||||||
@ -68,4 +70,4 @@
|
|||||||
[gesture/gesture-detector {:gesture messages-double-tap-gesture}
|
[gesture/gesture-detector {:gesture messages-double-tap-gesture}
|
||||||
[bottom-tab :i/messages :chats-stack shared-values notifications-data]]
|
[bottom-tab :i/messages :chats-stack shared-values notifications-data]]
|
||||||
[bottom-tab :i/wallet :wallet-stack shared-values notifications-data]
|
[bottom-tab :i/wallet :wallet-stack shared-values notifications-data]
|
||||||
[bottom-tab :i/browser :browser-stack shared-values notifications-data]]]))
|
[bottom-tab :i/browser :browser-stack shared-values notifications-data]]]]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user