make the code palette optional

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-10-08 11:29:20 +02:00
parent 6319610275
commit 4cf6b59e66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export type BackstagePaletteAdditions = {
closeButtonColor?: string;
warning?: string;
};
code: {
code?: {
background?: string;
};
};
+1 -1
View File
@@ -82,7 +82,7 @@ export type BackstagePaletteAdditions = {
closeButtonColor?: string;
warning?: string;
};
code: {
code?: {
background?: string;
};
};