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} onClick={handleClick}
paddingX={6} paddingX={6}
whiteSpace={'normal'} whiteSpace={'normal'}
colorScheme="blue" colorScheme="orange"
opacity={draggedTypebot ? 0.3 : 1} opacity={draggedTypebot ? 0.3 : 1}
{...props} {...props}
> >

View File

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