File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/js/components/fieldtypes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
<div >
14
14
<div
15
15
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"
17
17
>
18
18
<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 >
20
20
</div >
21
21
22
22
<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 " >
24
24
<ui-icon name =" upload-cloud" class =" size-5 text-gray-500 me-2" />
25
25
<span v-text =" `${__('Drag & drop here or')}  ; `" />
26
26
<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