TypedAvatar.vue colored background

This commit is contained in:
Peter Papp
2021-08-31 09:52:22 +02:00
parent ac62a432fe
commit f44e262d6e
26 changed files with 115 additions and 524 deletions

View File

@@ -346,7 +346,6 @@ return [
'empty_page.title' => 'Upload Your First File',
'errors.capacity_digit' => 'The storage capacity must be lower than 10 digit number.',
'file_detail.author' => 'Author',
'file_detail.author_participant' => 'Public Participant',
'file_detail.created_at' => 'Created at',
'file_detail.items' => 'Items',
'file_detail.selected_multiple' => 'Selected Multiple Items',

View File

@@ -8,4 +8,8 @@ return [
// Define size of chunk uploaded by MB.
// E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),
'colors' => [
'#9ad2bf', '#9ad2cd', '#d29a9a', '#d2ce9a', '#9aadd2', '#c59ad2'
]
];