colors.ts 246 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 export const Alert = { content: '#333', privacy: '#1892FF' } export const View = { background: '#fff' } export const desc = '#434343' export const subTitle = '#8c8c8c' export const title = '#262626' export const tips = '#6292D0'