From f41f4939bc73a54fcf9ebc416781ed7ecc703a43 Mon Sep 17 00:00:00 2001 From: William Grant Date: Sun, 23 Sep 2018 17:10:39 +0200 Subject: [PATCH] fix for the new folder modal --- browser/main/modals/CreateFolderModal.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/main/modals/CreateFolderModal.styl b/browser/main/modals/CreateFolderModal.styl index e5ebb8ea..93848683 100644 --- a/browser/main/modals/CreateFolderModal.styl +++ b/browser/main/modals/CreateFolderModal.styl @@ -129,7 +129,7 @@ body[data-theme="monokai"] .control-confirmButton colorMonokaiPrimaryButton() -body[data-theme="Dracula"] +body[data-theme="dracula"] .root modalDracula() width 500px @@ -140,10 +140,10 @@ body[data-theme="Dracula"] .header background-color transparent border-color $ui-dark-borderColor - color $ui-Dracula-text-color + color $ui-dracula-text-color .control-folder-label - color $ui-Dracula-text-color + color $ui-dracula-text-color .control-folder-input border 1px solid $ui-input--create-folder-modal