Skip to content

Commit 4b7262c

Browse files
committed
fix: text color on creating new folder form (dark theme)
1 parent eac8b13 commit 4b7262c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

browser/main/modals/CreateFolderModal.styl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ body[data-theme="dark"]
8282

8383
.control-folder-input
8484
border 1px solid #C9C9C9 // TODO: use variable.
85+
color white
8586

8687
.closeButton
8788
border-color $ui-dark-borderColor
@@ -90,8 +91,3 @@ body[data-theme="dark"]
9091

9192
.description
9293
color $ui-inactive-text-color
93-
94-
.control-input
95-
border-color $ui-dark-borderColor
96-
color white
97-

0 commit comments

Comments
 (0)