From d51203c4653fb525bd55d46274cfaac7a9d03499 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:26:59 +0200 Subject: [PATCH] docs: update theming page --- docs/src/guide/theming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guide/theming.md b/docs/src/guide/theming.md index 39e56fe4..82e23227 100644 --- a/docs/src/guide/theming.md +++ b/docs/src/guide/theming.md @@ -21,7 +21,7 @@ const elements = ref([ ]) -# Getting Creative with Theming +# Theming Let's take a tour around the library styles, customization opportunities, and other features that Vue Flow offers out of the box. @@ -42,7 +42,7 @@ To import the necessary and optional styles: @import '@vue-flow/core/dist/theme-default.css'; ``` -## Tweaking the Default Theme +## Adjusting the Default Theme The Vue Flow default theme functions as your baseline, which you can customize and decorate as per your liking using CSS rules, style and class properties, and CSS variables.