change color theme
This commit is contained in:
No files matched your search
@@ -1,4 +1,4 @@
|
||||
import {CYAN_THEME} from "~/theme/LightTheme";
|
||||
import {RSSA_THEME} from "~/theme/LightTheme";
|
||||
|
||||
export type ConfigProps = {
|
||||
Sidebar_drawer: any;
|
||||
@@ -17,7 +17,7 @@ const config: ConfigProps = {
|
||||
mini_sidebar: false,
|
||||
setHorizontalLayout: false, // Horizontal layout
|
||||
setRTLLayout: false, // RTL layout
|
||||
actTheme: 'BLUE_THEME',
|
||||
actTheme: 'RSSA_THEME',
|
||||
boxed: true,
|
||||
setBorderCard: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user