Skip to content

Commit 71605fb

Browse files
committed
Fix text not readable for Monokai theme while creating new folder
1 parent 039f737 commit 71605fb

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)