Browse Source

fix(ui): add blue theme color

charlie 4 năm trước cách đây
mục cha
commit
965abe817a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tailwind.config.js

+ 1 - 0
tailwind.config.js

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