mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
TypedAvatar.vue colored background
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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'
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user