NuxtN
Nuxt12mo ago
mubaidr

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",
    }
  }
})
Was this page helpful?