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 eaae650 commit 1d33a9aCopy full SHA for 1d33a9a
custom/uploader.vue
@@ -51,7 +51,7 @@
51
</svg>
52
<p class="ml-2 text-sm text-green-600 dark:text-green-400 flex items-center">
53
{{ $t('File uploaded') }}
54
- <span class="text-xs text-gray-500 dark:text-gray-400 !text-lightDropzoneText !dark:text-darkDropzoneText">{{ humanifySize(uploadedSize) }}</span>
+ <span class="text-xs text-gray-500 dark:text-gray-400 !text-lightDropzoneText dark:!text-darkDropzoneText">{{ humanifySize(uploadedSize) }}</span>
55
</p>
56
57
<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