feat: app功能基本实现
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export const themeTokens = {
|
||||
color: {
|
||||
primary: '#000',
|
||||
primaryLight: '#f5f5f5',
|
||||
danger: '#d20f39',
|
||||
success: '#40a02b',
|
||||
warning: '#df8e1d',
|
||||
info: '#1e66f5',
|
||||
page: '#fff',
|
||||
textSecondary: '#737373',
|
||||
textDisabled: '#a3a3a3'
|
||||
}
|
||||
} as const
|
||||
Reference in New Issue
Block a user