refactor(editor): Color palette updates, introduce dark mode (#6980)
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Mutasem <mutdmour@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@ export const genericHelpers = defineComponent({
|
||||
lock: true,
|
||||
text: text || this.$locale.baseText('genericHelpers.loading'),
|
||||
spinner: 'el-icon-loading',
|
||||
background: 'rgba(255, 255, 255, 0.8)',
|
||||
background: 'var(--color-dialog-overlay-background)',
|
||||
});
|
||||
},
|
||||
setLoadingText(text: string) {
|
||||
|
||||
Reference in New Issue
Block a user