Skip to content

Commit f41f493

Browse files
committed
fix for the new folder modal
1 parent 6105034 commit f41f493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

browser/main/modals/CreateFolderModal.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ body[data-theme="monokai"]
129129
.control-confirmButton
130130
colorMonokaiPrimaryButton()
131131

132-
body[data-theme="Dracula"]
132+
body[data-theme="dracula"]
133133
.root
134134
modalDracula()
135135
width 500px
@@ -140,10 +140,10 @@ body[data-theme="Dracula"]
140140
.header
141141
background-color transparent
142142
border-color $ui-dark-borderColor
143-
color $ui-Dracula-text-color
143+
color $ui-dracula-text-color
144144

145145
.control-folder-label
146-
color $ui-Dracula-text-color
146+
color $ui-dracula-text-color
147147

148148
.control-folder-input
149149
border 1px solid $ui-input--create-folder-modal

0 commit comments

Comments
 (0)