mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-23 17:50:22 +08:00
style: remove tailwind lightBlue renamed warning
This commit is contained in:
parent
20d7a25eb8
commit
d0b6c496d6
@ -1,4 +1,4 @@
|
||||
const colors = require('tailwindcss/colors');
|
||||
const { sky: color_sky } = require('tailwindcss/colors');
|
||||
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
@ -15,7 +15,8 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
colors: {
|
||||
...colors,
|
||||
//...colors,
|
||||
lightBlue: color_sky,
|
||||
primary: {
|
||||
DEFAULT: '#0960bd',
|
||||
// dark: primaryColorDark,
|
||||
|
Loading…
Reference in New Issue
Block a user