Skip to content

Commit d51203c

Browse files
committed
docs: update theming page
1 parent 1bacc92 commit d51203c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/guide/theming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const elements = ref([
2121
])
2222
</script>
2323

24-
# Getting Creative with Theming
24+
# Theming
2525

2626
Let's take a tour around the library styles, customization opportunities, and other features that Vue Flow offers out of
2727
the box.
@@ -42,7 +42,7 @@ To import the necessary and optional styles:
4242
@import '@vue-flow/core/dist/theme-default.css';
4343
```
4444

45-
## Tweaking the Default Theme
45+
## Adjusting the Default Theme
4646

4747
The Vue Flow default theme functions as your baseline, which you can customize and decorate as per your liking using CSS
4848
rules, style and class properties, and CSS variables.

0 commit comments

Comments
 (0)