Skip to content

Commit 31f81d3

Browse files
authored
fix: dropdown text color (#685)
1 parent 81a6ec5 commit 31f81d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/twig/src/renderer/styles/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ button,
936936
.rt-SelectItem[data-highlighted],
937937
.rt-BaseMenuItem[data-highlighted] {
938938
background-color: var(--gray-4) !important;
939+
color: var(--gray-12) !important;
939940
}
940941

941942
/* Select/Menu dropdown background matches theme */

0 commit comments

Comments
 (0)