Skip to content

Commit 5d4f88f

Browse files
authored
Update second instance of incongruent example
1 parent 5793376 commit 5d4f88f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/docs/src/pages/components/variants.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ For example, a secondary button style can be added to `theme.buttons.secondary`
6969
```js
7070
// example theme
7171
{
72-
// base theme...
72+
// ...base theme...
73+
// After the base theme, define the variants:
7374
buttons: {
74-
primary: {
75+
secondary: {
7576
fontWeight: 'bold',
7677
color: 'white',
7778
bg: 'primary',

0 commit comments

Comments
 (0)