[improvement] Color: update base green to wechat green (#2479)

This commit is contained in:
neverland
2019-01-09 22:22:52 +08:00
committed by GitHub
parent d74147dad0
commit d62ccc06fd
31 changed files with 55 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
export const RED = '#f44';
export const BLUE = '#1989fa';
export const GREEN = '#4b0';
export const GREEN = '#07c160';
export const WHITE = '#fff';
export const GRAY_DARK = '#969799';