From 96e16ea80d83482a859c5b49879a353a07113ee6 Mon Sep 17 00:00:00 2001 From: alma Date: Thu, 1 May 2025 21:24:06 +0200 Subject: [PATCH] courrier preview --- app/courrier/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); });