Bläddra i källkod

fix(ui): add blue theme color

charlie 4 år sedan
förälder
incheckning
965abe817a
1 ändrade filer med 1 tillägg och 0 borttagningar
  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',