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