feat: add color paletee of neutral color (#5119)

This commit is contained in:
neverland
2019-11-26 20:26:07 +08:00
committed by GitHub
parent b2c53396ef
commit fe0e930ed0
11 changed files with 92 additions and 90 deletions

View File

@@ -3,8 +3,6 @@ export const RED = '#ee0a24';
export const BLUE = '#1989fa';
export const GREEN = '#07c160';
export const WHITE = '#fff';
export const GRAY = '#c9c9c9';
export const GRAY_DARK = '#969799';
// border
export const BORDER = 'van-hairline';