We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361ba6c commit b33390dCopy full SHA for b33390d
src/quo2/components/list_items/token_value/component_spec.cljs
@@ -4,7 +4,6 @@
4
[test-helpers.component :as h]
5
[quo2.components.list-items.token-value.view :as token-value]))
6
7
-
8
(h/describe "List Items: Token Value"
9
(h/test "Token label renders"
10
(h/render [token-value/view
src/quo2/components/list_items/token_value/style.cljs
@@ -1,7 +1,6 @@
1
(ns quo2.components.list-items.token-value.style
2
(:require [quo2.foundations.colors :as colors]))
3
(defn container
[color bg-opacity]
{:width 359
src/quo2/components/list_items/token_value/view.cljs
@@ -10,7 +10,6 @@
[quo2.foundations.common :as common]
11
[quo2.components.list-items.token-value.style :as style]))
12
13
14
(defn- internal-view
15
[{:keys [theme color state status token metrics? values]}]
16
(let [bg-opacity (case state
0 commit comments