diff --git a/src/modules/manga/components/MangaDetails.tsx b/src/modules/manga/components/MangaDetails.tsx index 37b79c06..0b1e3130 100644 --- a/src/modules/manga/components/MangaDetails.tsx +++ b/src/modules/manga/components/MangaDetails.tsx @@ -189,7 +189,7 @@ const Thumbnail = ({ img.onload = () => { Promise.all([ Vibrant.from(img).getPalette(), - new FastAverageColor().getColorAsync(img, { algorithm: 'sqrt' }), + new FastAverageColor().getColorAsync(img, { algorithm: 'dominant' }), ]).then(([palette, averageColor]) => { if ( !palette.Vibrant ||