mubaidr
mubaidr
NNuxt
Created by mubaidr on 1/21/2025 in #❓・help
Set global size for all component using app.config.ts
How to set global size for all component using app.config.ts> I tried the followinf it does nto work:
export default defineAppConfig({
ui: {
// base colors
primary: "green",
gray: "slate",
defaults: {
size: "lg",
}
}
})
export default defineAppConfig({
ui: {
// base colors
primary: "green",
gray: "slate",
defaults: {
size: "lg",
}
}
})
4 replies