Skip to content

Commit 6f51552

Browse files
committed
[blue-modern] Change dropdown anchor font-size
1 parent 622e6c9 commit 6f51552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/re_com/theme/blue_modern.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
{$ :variables} :re-com}]
1212
(->> (case part
1313
::dropdown/anchor-wrapper
14-
{:style {:height "25px"}}
14+
{:style {:font-size :small
15+
:height "25px"}}
1516
::dropdown/indicator
1617
{:style {:color (:light-foreground $)}}
1718
{})

0 commit comments

Comments
 (0)