ui(hosted_files): improve upload component accessibility and dark mode
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user