feat: add base styles and base routes
This commit is contained in:
14
client/src/config/customTheme.ts
Normal file
14
client/src/config/customTheme.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export const theme = {
|
||||
token: {
|
||||
fontFamily: 'Roboto, sans-serif',
|
||||
colorPrimary: '#548d10',
|
||||
Menu: {
|
||||
itemColor: 'f2f2f2',
|
||||
itemBg: '#f2f2f2',
|
||||
subMenuItemBg: '#f2f2f2',
|
||||
},
|
||||
Layout: {
|
||||
bodyBg: '#f2f2f2',
|
||||
},
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user