improve: set theme.json colors in tailwind conf
This commit is contained in:
16
theme.json
16
theme.json
@@ -3,17 +3,15 @@
|
||||
"version": 2,
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#525ddc",
|
||||
"name": "Primary"
|
||||
}
|
||||
],
|
||||
"custom": false,
|
||||
"customGradient": false,
|
||||
"defaultPalette": false,
|
||||
"defaultGradients": false
|
||||
"palette": [
|
||||
{
|
||||
"name": "Primary",
|
||||
"slug": "primary",
|
||||
"color": "#525ddc"
|
||||
}
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"spacing": {},
|
||||
|
||||
Reference in New Issue
Block a user