From 11cf4d0542a762e0a5d0befdf83dda522a67b99f Mon Sep 17 00:00:00 2001 From: saml33 Date: Wed, 26 Oct 2022 11:04:09 +1100 Subject: [PATCH] intro tour background --- components/tours/CustomTooltip.tsx | 14 +++++++------- styles/colors.ts | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/components/tours/CustomTooltip.tsx b/components/tours/CustomTooltip.tsx index 72ff1394..c954fcfa 100644 --- a/components/tours/CustomTooltip.tsx +++ b/components/tours/CustomTooltip.tsx @@ -54,21 +54,21 @@ const CustomTooltip = ({ } return ( -
+
{!loading ? ( <> -

{title}

-

{description}

+

{title}

+

{description}

{stepIndex !== 0 ? (