Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit c21e33d

Browse files
cereallarcenygregberge
authored andcommitted
docs: updated link to default theme (#55)
The theme file that was being linked to in the documentation is incorrect.
1 parent 06d9842 commit c21e33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics/Theming.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ render(
4646

4747
## Default theme
4848

49-
You can find all theme values in [the default theme](https://github.com/smooth-code/smooth-ui/blob/master/src/theme.js).
49+
You can find all theme values in [the default theme](https://github.com/smooth-code/smooth-ui/blob/master/packages/shared/core/theme.js).
5050

5151
Two ways to import theme in your code:
5252

5353
```js
5454
import { theme } from '@smooth-ui/core-sc'
5555
import theme from '@smooth-ui/core-sc/theme'
56-
```
56+
```

0 commit comments

Comments
 (0)