7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
|
|
export const themeConfig = {
|
||
|
|
token: {
|
||
|
|
colorPrimary: '#005F77',
|
||
|
|
colorInfo: '#191919',
|
||
|
|
wireframe: true
|
||
|
|
},
|
||
|
|
}
|