diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx
index e566de4b..eae1d956 100644
--- a/app/courrier/page.tsx
+++ b/app/courrier/page.tsx
@@ -683,7 +683,7 @@ export default function CourrierPage() {
{/* Form for adding a new account */}
{showAddAccountForm && (
-
Add IMAP Account
+
Add IMAP Account
-
+
@@ -862,7 +862,7 @@ export default function CourrierPage() {
id="smtp_port"
name="smtp_port"
placeholder="587"
- className="h-7 text-xs"
+ className="h-7 text-xs bg-white border-gray-300"
defaultValue="587"
/>
@@ -879,7 +879,7 @@ export default function CourrierPage() {
-