File tree Expand file tree Collapse file tree
resources/js/components/fieldtypes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <div >
1414 <div
1515 v-show =" dragging"
16- class =" absolute inset-0 flex flex-col gap-2 items-center justify-center bg-white/80 backdrop-blur-sm border border-gray-400 border-dashed rounded-lg"
16+ class =" absolute inset-0 flex gap-2 items-center justify-center bg-white/80 backdrop-blur-sm border border-gray-400 border-dashed rounded-lg"
1717 >
1818 <ui-icon name =" upload-cloud" class =" size-5 text-gray-500" />
19- <ui-heading size = " lg " >{{ __('Drop to Upload') }}</ui-heading >
19+ <div class = " text-sm text-gray-600 dark:text-gray-400 " >{{ __('Drop to Upload') }}</div >
2020 </div >
2121
2222 <div class =" border border-gray-400 dark:border-gray-700 border-dashed rounded-xl p-4 flex flex-col @2xs:flex-row items-center gap-4" :class =" { 'rounded-b-none': value.length }" >
23- <div class =" text-sm text-gray-600 dark:text-gray-400 flex items-center flex-1" >
23+ <div class =" text-sm text-gray-600 dark:text-gray-400 flex items-center flex-1 justify-center " >
2424 <ui-icon name =" upload-cloud" class =" size-5 text-gray-500 me-2" />
2525 <span v-text =" `${__('Drag & drop here or')}  ; `" />
2626 <button type =" button" class =" underline underline-offset-2 cursor-pointer hover:text-black dark:hover:text-gray-200" @click.prevent =" uploadFile" >
You can’t perform that action at this time.
0 commit comments