fix(ui): add blue theme color

This commit is contained in:
charlie
2021-03-03 15:07:36 +08:00
committed by Tienson Qin
parent e5b47d06ea
commit 965abe817a

View File

@@ -16,6 +16,7 @@ module.exports = {
white: colors.white,
gray: colors.trueGray,
green: colors.green,
blue: colors.blue,
indigo: {
50: '#f0f9ff',
100: '#e0f2fe',