2
0

Farbanpassungen

This commit is contained in:
2024-09-12 14:03:05 +02:00
parent 4fa56efd41
commit fd4f4f5232
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ export const CreateBotButton = ({
onClick={handleClick}
paddingX={6}
whiteSpace={'normal'}
colorScheme="blue"
colorScheme="orange"
opacity={draggedTypebot ? 0.3 : 1}
{...props}
>

View File

@ -151,7 +151,7 @@ const TypebotButton = ({
>
{typebot.publishedTypebotId && (
<Tag
colorScheme="blue"
colorScheme="orange"
variant="solid"
rounded="full"
pos="absolute"