mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Increase contrast on hover for AI button (#13920)
This commit is contained in:
@@ -13,7 +13,7 @@ const emit = defineEmits<{
|
||||
<template>
|
||||
<div :class="$style.contentOverrideContainer" data-test-id="fromAI-override-field">
|
||||
<div :class="[$style.iconStars, 'el-input-group__prepend', $style.noCornersRight]">
|
||||
<AiStarsIcon :class="$style.aiStarsIcon" />
|
||||
<AiStarsIcon />
|
||||
</div>
|
||||
<div :class="$style.overrideInput">
|
||||
<N8nText
|
||||
|
||||
Reference in New Issue
Block a user