We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d36eb commit 1057108Copy full SHA for 1057108
1 file changed
custom/VisionAction.vue
@@ -156,7 +156,7 @@
156
<IconExclamationTriangle class="w-6 h-6 me-2"/>
157
<p class="sm:text-base text-sm">{{ t('Warning: Existing values will be overwritten.') }}</p>
158
</div>
159
- <p class="w-fit flex justify-start text-lightPrimary dark:text-lightPrimary hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
+ <p class="w-fit flex justify-start text-lightPrimary dark:text-white hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
160
161
162
</Dialog>
0 commit comments