Skip to content

Commit 0a63cf3

Browse files
committed
refactor: update email template style
1 parent b39faf2 commit 0a63cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/utils/smtp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ export function generateSMTPHTML(
101101
}
102102
103103
<tr>
104-
<td>
104+
<td style="padding: 12px 0;">
105105
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%">
106106
<tr>
107-
<td style="height: 1px; background-color: #e5e7eb; margin: 24px 0;"></td>
107+
<td style="height: 1px; background-color: #e5e7eb;"></td>
108108
</tr>
109109
</table>
110110
</td>

0 commit comments

Comments
 (0)