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:
Julien Nahum
2025-03-04 12:21:30 +08:00
parent cf4688d75e
commit d2f77aaa3f
3 changed files with 25 additions and 19 deletions

View File

@@ -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>