From d67ab755742efdaec1d8e0d5405b9cab3f16a774 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 13 Feb 2024 17:28:04 +0100 Subject: [PATCH] :pencil: Add video tuto on custom CSS on buttons --- apps/docs/theme/overview.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/docs/theme/overview.mdx b/apps/docs/theme/overview.mdx index ac296e5ba..b5a060c9d 100644 --- a/apps/docs/theme/overview.mdx +++ b/apps/docs/theme/overview.mdx @@ -4,6 +4,8 @@ title: Theme icon: brush --- +import { LoomVideo } from '/snippets/loom-video.mdx' + The theme tab allows you to customize the look of your typebot. ## Global @@ -58,3 +60,5 @@ To find the item ID of a button, right-click on the button and inspect the eleme Button inspect + +