Skip to content

Commit 1d33a9a

Browse files
committed
fix: fix styling
1 parent eaae650 commit 1d33a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/uploader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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 !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

0 commit comments

Comments
 (0)