Skip to content

Commit 24a5c83

Browse files
committed
fix text color of FolderSelect component
1 parent 93e09f1 commit 24a5c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser/main/Detail/FolderSelect.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ apply-theme(theme)
147147
border-color get-theme-var(theme, 'borderColor')
148148

149149
.search-optionList
150+
color get-theme-var(theme, 'text-color')
150151
border-color get-theme-var(theme, 'borderColor')
151152
background-color get-theme-var(theme, 'button-backgroundColor')
152153

@@ -160,6 +161,7 @@ apply-theme(theme)
160161
&:hover
161162
background-color get-theme-var(theme, 'button--active-backgroundColor')
162163
color get-theme-var(theme, 'button--active-color')
164+
163165
.search-optionList-item-name-surfix
164166
color get-theme-var(theme, 'inactive-text-color')
165167

0 commit comments

Comments
 (0)