Skip to content

Commit 8810c5c

Browse files
committed
chore: update style
1 parent 4a5338d commit 8810c5c

File tree

4 files changed

+3392
-329
lines changed

4 files changed

+3392
-329
lines changed

custom/uploader.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
</svg>
5252
<p class="ml-2 text-sm text-green-600 dark:text-green-400 flex items-center">
5353
{{ $t('File uploaded') }}
54-
<span class="text-xs text-gray-500 dark:text-gray-400" :class="'!text-lightDropzoneText !dark:text-darkDropzoneText'">{{ humanifySize(uploadedSize) }}</span>
54+
<span class="text-xs text-gray-500 dark:text-gray-400 !text-lightDropzoneText !dark:text-darkDropzoneText">{{ humanifySize(uploadedSize) }}</span>
5555
</p>
5656

5757
<button @click.stop.prevent="clear" class="ml-2 text-xs text-gray-500 dark:text-gray-400 hover:text-gray-600 dark:hover:text-gray-500
58-
hover:underline dark:hover:underline focus:outline-none" :class="'!text-lightDropzoneText !hover:text-lightDropzoneText !dark:text-darkDropzoneText dark:hover:text-darkDropzoneText'">{{ $t('Clear') }}</button>
58+
hover:underline dark:hover:underline focus:outline-none !text-lightDropzoneText hover:!text-lightDropzoneText dark:!text-darkDropzoneText dark:hover:!text-darkDropzoneText">{{ $t('Clear') }}</button>
5959
</div>
6060

6161
</div>

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export default class UploadPlugin extends AdminForthPlugin {
397397
}
398398
)
399399
} catch (e: any) {
400-
error = `No response from image generation provider: ${e.message}. Please check your propmpt or try again later.`;
400+
error = `No response from image generation provider: ${e.message}. Please check your prompt or try again later.`;
401401
return;
402402
}
403403

0 commit comments

Comments
 (0)