mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-24 02:00: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 = {
|
module.exports = {
|
||||||
mode: 'jit',
|
mode: 'jit',
|
||||||
@ -15,7 +15,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
...colors,
|
//...colors,
|
||||||
|
lightBlue: color_sky,
|
||||||
primary: {
|
primary: {
|
||||||
DEFAULT: '#0960bd',
|
DEFAULT: '#0960bd',
|
||||||
// dark: primaryColorDark,
|
// dark: primaryColorDark,
|
||||||
|
Loading…
Reference in New Issue
Block a user