feat(projects): support theme perset to override component library presets.

This commit is contained in:
Azir-11
2025-12-02 16:07:09 +08:00
committed by Soybean
parent 73e9a0fe0b
commit 605173a1cc
5 changed files with 49 additions and 8 deletions

View File

@@ -34,5 +34,19 @@
"base-text": "rgb(224, 224, 224)"
}
}
},
"naiveui": {
"Alert": {
"borderRadiusMedium": "12px",
"fontWeightStrong": "600",
"paddingMedium": "0 20px"
},
"Card": {
"borderRadius": "16px",
"paddingMedium": "24px"
},
"Input": {
"borderRadius": "10px"
}
}
}