fix: editor resize (#39542)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
9b1077acf5
commit
a500279036
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user