Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/routes/docs/getting-started/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Lastly, looking through the large collection of [examples](/docs/examples).

## CSS variables

Out of the box LayerChart will use `currentColor` as the default color, but you can custimize globally with a few CSS variables.
Out of the box LayerChart will use `currentColor` as the default color, but you can customize globally with a few CSS variables.

```css
.lc-root-container {
Expand Down
Loading