We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fba2a commit b4dac4cCopy full SHA for b4dac4c
src/re_com/theme/blue_modern.cljs
@@ -6,9 +6,13 @@
6
[re-com.tree-select :as tree-select]
7
[re-com.error-modal :as-alias error-modal]))
8
9
-(defn theme [{:as props :keys [part]}]
+(defn theme [{:as props
10
+ :keys [part]
11
+ {$ :variables} :re-com}]
12
(->> (case part
13
::dropdown/anchor-wrapper
- {:style {:height "25px"}}
14
+ {:style {:height "25px"}}
15
+ ::dropdown/indicator
16
+ {:style {:color (:light-foreground $)}}
17
{})
18
(theme/merge-props props)))
0 commit comments