diff --git a/src/lib/ae_core/ae_comp__hosted_files_upload.svelte b/src/lib/ae_core/ae_comp__hosted_files_upload.svelte index d04ddb7e..f06a325a 100644 --- a/src/lib/ae_core/ae_comp__hosted_files_upload.svelte +++ b/src/lib/ae_core/ae_comp__hosted_files_upload.svelte @@ -318,10 +318,11 @@ file-dropzone-input px-1 block w-full text-lg - text-gray-900 - border border-gray-300 rounded-lg + preset-filled-surface-50-950 + text-surface-900 dark:text-surface-100 + border border-surface-300 dark:border-surface-700 rounded-lg cursor-pointer - bg-gray-50 dark:text-gray-400 focus:outline-hidden dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 + focus:outline-hidden focus:ring-2 focus:ring-primary-500 {input_class_li.join(' ')} " class:hidden={$ae_sess.files.disable_submit__hosted_file_obj}