Skip to content

Commit 1057108

Browse files
committed
fix: update text color for 'Configure prompts' link in AI generation dialog
1 parent 65d36eb commit 1057108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/VisionAction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<IconExclamationTriangle class="w-6 h-6 me-2"/>
157157
<p class="sm:text-base text-sm">{{ t('Warning: Existing values will be overwritten.') }}</p>
158158
</div>
159-
<p class="w-fit flex justify-start text-lightPrimary dark:text-lightPrimary hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
159+
<p class="w-fit flex justify-start text-lightPrimary dark:text-white hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
160160
</div>
161161
</div>
162162
</Dialog>

0 commit comments

Comments
 (0)