mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix: text color on creating new folder form (dark theme)
This commit is contained in:
@@ -82,6 +82,7 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.control-folder-input
|
.control-folder-input
|
||||||
border 1px solid #C9C9C9 // TODO: use variable.
|
border 1px solid #C9C9C9 // TODO: use variable.
|
||||||
|
color white
|
||||||
|
|
||||||
.closeButton
|
.closeButton
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
@@ -90,8 +91,3 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.description
|
.description
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.control-input
|
|
||||||
border-color $ui-dark-borderColor
|
|
||||||
color white
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user