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:
@@ -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')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user