update,
This commit is contained in:
16
tsc1877/task1/aws/workspace/admin/src/configs/themeConfig.js
Normal file
16
tsc1877/task1/aws/workspace/admin/src/configs/themeConfig.js
Normal file
@@ -0,0 +1,16 @@
|
||||
const themeConfig = {
|
||||
// ** Layout Configs
|
||||
templateName: 'VTKH MALL' /* App Name */,
|
||||
mode: 'light' /* light | dark */,
|
||||
contentWidth: 'boxed' /* full | boxed */,
|
||||
// ** Routing Configs
|
||||
routingLoader: true /* true | false */,
|
||||
// ** Navigation (Menu) Configs
|
||||
menuTextTruncate: true /* true | false */,
|
||||
navigationSize: 260 /* Number in PX(Pixels) /*! Note: This is for Vertical navigation menu only */,
|
||||
// ** Other Configs
|
||||
responsiveFontSizes: true /* true | false */,
|
||||
disableRipple: false /* true | false */,
|
||||
};
|
||||
|
||||
export default themeConfig;
|
Reference in New Issue
Block a user