/
151
Sponsor

Default Theme

Clean, minimal theme with neutral colors for React Email.

Installation

$ pnpm dlx shadcn@latest add @emailcn/react-email/theme-default

Usage

import { Tailwind } from "react-email";
import { createEmailTailwindConfig } from "@/components/email/email-theme";
import { defaultTheme } from "@/components/email/theme-default";
 
<Tailwind config={createEmailTailwindConfig(defaultTheme)}>
  {/* Your email content */}
</Tailwind>;

Theme Tokens

TokenValue
colorPrimary#111827
colorBackground#ffffff
colorText#111827
colorTextMuted#6b7280
colorBorder#e5e7eb
fontFamily-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
borderRadius6px
containerWidth600px

Button Styles

Primary Button

PropertyValue
Background#111827
Text#ffffff
Border Radius6px
Padding24px x 12px
Font Size14px
Font Weight500

Secondary Button

PropertyValue
Backgroundtransparent
Text#111827
Border1px solid #e5e7eb
Border Radius6px
Padding24px x 12px
Font Size14px
Font Weight500