Skip to content

Commit b4dac4c

Browse files
committed
Update blue-moderne theme: de-emphasize dropdown indicators
1 parent d1fba2a commit b4dac4c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/re_com/theme/blue_modern.cljs

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
[re-com.tree-select :as tree-select]
77
[re-com.error-modal :as-alias error-modal]))
88

9-
(defn theme [{:as props :keys [part]}]
9+
(defn theme [{:as props
10+
:keys [part]
11+
{$ :variables} :re-com}]
1012
(->> (case part
1113
::dropdown/anchor-wrapper
12-
{:style {:height "25px"}}
14+
{:style {:height "25px"}}
15+
::dropdown/indicator
16+
{:style {:color (:light-foreground $)}}
1317
{})
1418
(theme/merge-props props)))

0 commit comments

Comments
 (0)