Skip to content

Commit 168b0f8

Browse files
authored
Merge pull request #2344 from hsiehjack/bug-2289
Fix text not readable for Monokai theme while creating new folder
2 parents 6715a54 + 71605fb commit 168b0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ $ui-monokai-button--active-backgroundColor = #f92672
377377
$ui-monokai-button--hover-backgroundColor = lighten($ui-dark-backgroundColor, 10%)
378378
$ui-monokai-button--focus-borderColor = lighten(#369DCD, 25%)
379379

380-
modalmonokai()
380+
modalMonokai()
381381
position relative
382382
z-index $modal-z-index
383383
width 100%

0 commit comments

Comments
 (0)