fix: ai builder colors

This commit is contained in:
Ruben Fiszel
2024-02-08 20:04:22 +01:00
parent a01752641c
commit 48718b17ff
@@ -38,7 +38,7 @@
$currentStepStore !== undefined ? 'z-[901]' : '',
copilotLoading || ($currentStepStore !== undefined && $currentStepStore !== 'Input')
? ''
: '!text-violet-800 !dark:text-violet-400'
: 'text-violet-800 dark:text-violet-400'
)}
on:click={() => {
if (copilotLoading || ($currentStepStore !== undefined && $currentStepStore !== 'Input')) {
@@ -125,7 +125,7 @@
startIcon={{
icon: Wand2
}}
btnClasses="text-violet-800 dark:text-violet-400"
btnClasses="text-violet-800 dark:text-violet-500"
color={'light'}
variant={'border'}
nonCaptureEvent