Skip to content

Commit

Permalink
fix text color of FolderSelect component
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jan 31, 2020
1 parent 93e09f1 commit 24a5c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser/main/Detail/FolderSelect.styl
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ apply-theme(theme)
border-color get-theme-var(theme, 'borderColor')

.search-optionList
color get-theme-var(theme, 'text-color')
border-color get-theme-var(theme, 'borderColor')
background-color get-theme-var(theme, 'button-backgroundColor')

Expand All @@ -160,6 +161,7 @@ apply-theme(theme)
&:hover
background-color get-theme-var(theme, 'button--active-backgroundColor')
color get-theme-var(theme, 'button--active-color')

.search-optionList-item-name-surfix
color get-theme-var(theme, 'inactive-text-color')

Expand Down

0 comments on commit 24a5c83

Please sign in to comment.