update
This commit is contained in:
9
static/admin/assets/js/config.js
Normal file
9
static/admin/assets/js/config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var primary = localStorage.getItem("primary") || '#7366ff';
|
||||
var secondary = localStorage.getItem("secondary") || '#f73164';
|
||||
|
||||
window.CubaAdminConfig = {
|
||||
// Theme Primary Color
|
||||
primary: primary,
|
||||
// theme secondary color
|
||||
secondary: secondary,
|
||||
};
|
||||
Reference in New Issue
Block a user