Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 1f81032

Browse files
authored
fix: fix minor syntax
1 parent c22d641 commit 1f81032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/components/divider/theming.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export const theme = extendTheme({
126126
}
127127
}
128128
})
129+
```
129130

130131
Then, we can use the custom color scale as the color scheme for the divider:
131132

@@ -171,4 +172,4 @@ import {
171172
dependencies={{
172173
'react-icons': '^4.4.0',
173174
}}
174-
/>
175+
/>

0 commit comments

Comments
 (0)