Skip to content

Commit

Permalink
feat!: move a section in stepper/theming.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed May 3, 2024
1 parent 4f2c806 commit 8fed5b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/docs/components/stepper/theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,10 @@ const theme = extendTheme({
},
})
```

The styling for a stepper component can be overriden at any level, whether it's
`variant` or `size`, it's completely up to you.

> To learn more about styling multipart components, visit the
> [Component Style](/docs/styled-system/component-style#styling-multipart-components)
> page.

0 comments on commit 8fed5b7

Please sign in to comment.