ui(hosted_files): update video util page for dark mode consistency
This commit is contained in:
@@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
<div class:hidden={$ae_sess.files.add_to_use_files_method != 'upload'}>
|
<div class:hidden={$ae_sess.files.add_to_use_files_method != 'upload'}>
|
||||||
<Comp_hosted_files_upload
|
<Comp_hosted_files_upload
|
||||||
class_li="border border-gray-300 rounded-md p-2 bg-gray-100 hover:bg-gray-200"
|
class_li="border border-surface-500/20 rounded-md p-2 preset-tonal-surface hover:preset-filled-surface-100-900 transition-colors"
|
||||||
link_to_type="account"
|
link_to_type="account"
|
||||||
link_to_id={$ae_loc.account_id}
|
link_to_id={$ae_loc.account_id}
|
||||||
bind:hosted_file_id_li={hosted_file_upload.hosted_file_id_li}
|
bind:hosted_file_id_li={hosted_file_upload.hosted_file_id_li}
|
||||||
@@ -179,11 +179,11 @@
|
|||||||
>
|
>
|
||||||
{#snippet label()}
|
{#snippet label()}
|
||||||
<span>
|
<span>
|
||||||
<div>
|
<div class="flex items-center gap-2 mb-1">
|
||||||
<span class="fas fa-upload"></span>
|
<span class="fas fa-upload text-primary-500"></span>
|
||||||
<strong class="bg-green-100 p-1">Upload video files</strong>
|
<strong class="preset-tonal-success px-3 py-1 rounded-full">Upload video files</strong>
|
||||||
</div>
|
</div>
|
||||||
<span class="text-sm text-gray-600 dark:text-gray-400 italic">
|
<span class="text-sm opacity-70 italic">
|
||||||
<strong>Aether hosted files only</strong><br />
|
<strong>Aether hosted files only</strong><br />
|
||||||
Recommended: video (mp4, mkv)<br />
|
Recommended: video (mp4, mkv)<br />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user