mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix: ai builder colors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user