Skip to content

Commit 09c93f2

Browse files
committed
[Fix] Menu item icon color
Signed-off-by: Mohamed Javid <[email protected]>
1 parent 67e881e commit 09c93f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quo2/components/list_items/menu_item.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(defn themes
88
[type]
99
(case type
10-
:main {:icon-color (theme-colors colors/neutral-50 colors/neutral-10)
10+
:main {:icon-color (theme-colors colors/neutral-50 colors/neutral-40)
1111
:background (theme-colors colors/white colors/neutral-95)
1212
:text-color (theme-colors colors/neutral-100 colors/white)}
1313
:danger {:icon-color (theme-colors colors/danger-50 colors/danger-60)

0 commit comments

Comments
 (0)