fix: editor resize (#39542)

This commit is contained in:
Ahmad Abdolsaheb
2020-09-08 19:50:38 +03:00
committed by Mrugesh Mohapatra
parent 9b1077acf5
commit a500279036
4 changed files with 53 additions and 57 deletions

View File

@@ -22,6 +22,8 @@
--red-dark: #850000;
--love-light: #f8577c;
--love-dark: #f82153;
--editor-background-light: #fffffe;
--editor-background-dark: #2a2b40;
}
.dark-palette {
@@ -40,6 +42,7 @@
--danger-color: var(--red-light);
--danger-background: var(--red-dark);
--love-color: var(--love-light);
--editor-background: var(--editor-background-dark);
}
.light-palette {
@@ -58,4 +61,5 @@
--danger-color: var(--red-dark);
--danger-background: var(--red-light);
--love-color: var(--love-dark);
--editor-background: var(--editor-background-light);
}