From 28ef1e625cd6d438a478996bc84b6e3ef664e486 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Sat, 8 Apr 2017 16:49:35 +0900 Subject: [PATCH] Fix the rename folder modal layout --- browser/main/modals/RenameFolderModal.styl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/browser/main/modals/RenameFolderModal.styl b/browser/main/modals/RenameFolderModal.styl index 61195490..41420e74 100644 --- a/browser/main/modals/RenameFolderModal.styl +++ b/browser/main/modals/RenameFolderModal.styl @@ -6,7 +6,7 @@ .header height 50px - font-size 18px + font-size 16px line-height 50px padding 0 15px background-color $ui-backgroundColor @@ -40,7 +40,7 @@ background-color transparent outline none vertical-align middle - font-size 18px + font-size 14px text-align center &:disabled background-color $ui-input--disabled-backgroundColor @@ -76,3 +76,6 @@ body[data-theme="dark"] .control-input border-color $ui-dark-borderColor color $ui-dark-text-color + + .control-confirmButton + colorDarkPrimaryButton() \ No newline at end of file