change color theme

This commit is contained in:
Yusron alamsyah
2026-02-05 08:12:34 +07:00
parent 458e4c7158
commit f72984775b
12 changed files with 212 additions and 104 deletions

No files matched your search

+2 -2
View File
@@ -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
};