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:
@@ -20,7 +20,7 @@ export function useLoadingService() {
|
||||
lock: true,
|
||||
text: text || i18n.baseText('genericHelpers.loading'),
|
||||
spinner: 'el-icon-loading',
|
||||
background: 'rgba(255, 255, 255, 0.8)',
|
||||
background: 'var(--color-dialog-overlay-background)',
|
||||
}) as unknown as LoadingService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user