1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix text color of FolderSelect component

This commit is contained in:
Baptiste Augrain
2020-01-31 12:10:19 +01:00
parent 93e09f11dd
commit 24a5c839a7

View File

@@ -147,6 +147,7 @@ apply-theme(theme)
border-color get-theme-var(theme, 'borderColor') border-color get-theme-var(theme, 'borderColor')
.search-optionList .search-optionList
color get-theme-var(theme, 'text-color')
border-color get-theme-var(theme, 'borderColor') border-color get-theme-var(theme, 'borderColor')
background-color get-theme-var(theme, 'button-backgroundColor') background-color get-theme-var(theme, 'button-backgroundColor')
@@ -160,6 +161,7 @@ apply-theme(theme)
&:hover &:hover
background-color get-theme-var(theme, 'button--active-backgroundColor') background-color get-theme-var(theme, 'button--active-backgroundColor')
color get-theme-var(theme, 'button--active-color') color get-theme-var(theme, 'button--active-color')
.search-optionList-item-name-surfix .search-optionList-item-name-surfix
color get-theme-var(theme, 'inactive-text-color') color get-theme-var(theme, 'inactive-text-color')