We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6105034 commit f41f493Copy full SHA for f41f493
browser/main/modals/CreateFolderModal.styl
@@ -129,7 +129,7 @@ body[data-theme="monokai"]
129
.control-confirmButton
130
colorMonokaiPrimaryButton()
131
132
-body[data-theme="Dracula"]
+body[data-theme="dracula"]
133
.root
134
modalDracula()
135
width 500px
@@ -140,10 +140,10 @@ body[data-theme="Dracula"]
140
.header
141
background-color transparent
142
border-color $ui-dark-borderColor
143
- color $ui-Dracula-text-color
+ color $ui-dracula-text-color
144
145
.control-folder-label
146
147
148
.control-folder-input
149
border 1px solid $ui-input--create-folder-modal
0 commit comments