diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index e71bd0d3..f91e21d4 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -304,7 +304,7 @@ export default function CourrierPage() { id: account.id, name: account.display_name || account.email, email: account.email, - color: colorPalette[(updatedAccounts.length) % colorPalette.length], + color: account.color || colorPalette[(updatedAccounts.length) % colorPalette.length], folders: validFolders }); });