Summary
Overview of customization object
Get customization object from "http://template.iqonic.design/hope-ui/pro/react/dashboard" this URL. Copy your setting then past it on Following file location: src/store/setting/state.ts
-
export const initialState: SettingState = { "saveLocal": "", "storeKey": "quisetting", setting": { "app_name": { "value": "Qompac UI" }, "theme_scheme_direction": { "value": "ltr" }, "theme_scheme": { "value": "light" }, "theme_color": { "colors": { "--primary": "#7016d0", "--secondary": "#aca4bc", "--tertiray": "#3FF0B9", "--success": "#1AA053", "--danger": "#C03221", "--warning": "#F16A1B", }, "value": "theme-color-default" }, "theme_font_size": { "value": "theme-fs-sm" }, "page_layout": { "value": "container" }, "sidebar_color": { "value": "sidebar-white" }, "sidebar_type": { "value": [] }, "sidebar_menu_style": { "value": "sidebar-default navs-rounded-all" }, } };