1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-26 19:36:39 +08:00
2019-09-20 14:15:06 +08:00

8 lines
222 B
JavaScript

export const RED = '#ee0a24';
export const BLUE = '#1989fa';
export const WHITE = '#fff';
export const GREEN = '#07c160';
export const ORANGE = '#ff976a';
export const GRAY = '#323233';
export const GRAY_DARK = '#969799';