Rework commands page

This commit is contained in:
Nicola Spadari
2025-02-09 12:22:48 +01:00
parent bc45ecc4fc
commit 19712a41d5
7 changed files with 89 additions and 41 deletions

View File

@@ -17,6 +17,22 @@ export default defineAppConfig({
base: "cursor-pointer"
}
},
formField: {
slots: {
root: "w-full"
}
},
input: {
slots: {
root: "w-full"
}
},
textarea: {
slots: {
root: "w-full",
base: "resize-none"
}
},
navigationMenu: {
slots: {
link: "cursor-pointer",