diff --git a/src/backend/clients/email/templates.ts b/src/backend/clients/email/templates.ts index f54017461..7e04e3820 100644 --- a/src/backend/clients/email/templates.ts +++ b/src/backend/clients/email/templates.ts @@ -52,24 +52,35 @@ const FONT = /** * Bulletproof-enough CTA: padding lives on the link so the whole button is * clickable, `mso-padding-alt` gives Outlook the same visual size (there only - * the label is clickable, which is the accepted degradation). + * the label is clickable, which is the accepted degradation). Goes full-width + * on small screens via the `.btn` media rule; `#0473c9` is the darker step of + * the GUI's `#088ef0` primary — the brand blue that clears WCAG AA on white. */ const shareCta = (label: string, href: string): string => ` -
| -${label} + | +${label} |
| -{{this.sender}} shared {{this.what}} + |
+{{this.what}} +Shared by {{this.sender}} |