Skip to content

Override button padding #5382

@stijns96

Description

@stijns96

Package

v4.x

Description

Hi guys,

I'm trying to override the default button padding, but for some reason this is not working. Am I doing something wrong?

export default defineAppConfig({
  ui: {
    button: {
      variants: {
        size: {
          md: {
            base: "px-10 py-5",
          },
        },
      },
    },
  },
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedv4#4488

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions