mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
chore: release 2.5.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { sky: color_sky } = require('tailwindcss/colors');
|
||||
const { sky: color_sky, ...colors } = require('tailwindcss/colors');
|
||||
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
@@ -15,8 +15,8 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
colors: {
|
||||
//...colors,
|
||||
lightBlue: color_sky,
|
||||
...colors,
|
||||
sky: color_sky,
|
||||
primary: {
|
||||
DEFAULT: '#0960bd',
|
||||
// dark: primaryColorDark,
|
||||
|
Reference in New Issue
Block a user