Enhance UI components with dark mode and tooltip improvements
- Update FileInput component dark mode text color - Modify OpenForm dragging state background for dark mode - Refactor OpenFormField admin preview actions with tooltips and improved styling - Add z-index and styling improvements for form field action buttons
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<p class="mt-2 text-sm text-gray-500 font-medium select-none">
|
||||
{{ $t('forms.fileInput.chooseFiles', { n: multiple ? 1 : 0 }) }}
|
||||
</p>
|
||||
<p class="mt-1 text-xs text-gray-400 dark:text-gray-600 select-none">
|
||||
<p class="mt-1 text-xs text-gray-400 dark:text-gray-400 select-none">
|
||||
{{ $t('forms.fileInput.sizeLimit', mbLimit) }}
|
||||
</p>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user