Skip to content

Commit b9cbda2

Browse files
authored
Use text color for dropdowns (#177)
1 parent 5c562c0 commit b9cbda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
/* Pop out menus */
133133
--menu-bg-color: var(--dark-theme-bg-medium);
134-
--menu-text-color: var(--primary);
134+
--menu-text-color: var(--text-color);
135135
--menu-selected-color: var(--dark-theme-bg-dark);
136136
--menu-box-shadow: none;
137137

0 commit comments

Comments
 (0)