We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bacc92 commit d51203cCopy full SHA for d51203c
docs/src/guide/theming.md
@@ -21,7 +21,7 @@ const elements = ref([
21
])
22
</script>
23
24
-# Getting Creative with Theming
+# Theming
25
26
Let's take a tour around the library styles, customization opportunities, and other features that Vue Flow offers out of
27
the box.
@@ -42,7 +42,7 @@ To import the necessary and optional styles:
42
@import '@vue-flow/core/dist/theme-default.css';
43
```
44
45
-## Tweaking the Default Theme
+## Adjusting the Default Theme
46
47
The Vue Flow default theme functions as your baseline, which you can customize and decorate as per your liking using CSS
48
rules, style and class properties, and CSS variables.
0 commit comments