2
0
Files
bot/packages/emails/theme.ts
Baptiste Arnaud 1654de3c1f 🧑‍💻 (emails) Add decent emails management
Use mjml-react to generate emails. Put all emails in a independent package.
2022-10-01 07:00:05 +02:00

18 lines
393 B
TypeScript

// Colors
export const black = '#000'
export const gold = '#fadf98'
export const grayDark = '#888'
export const grayLight = '#f5f5f5'
export const blue = '#0042da'
// Typography
export const textSm = 14
export const textBase = 16
export const textLg = 24
export const textXl = 30
export const leadingTight = '120%'
export const leadingRelaxed = '160%'
// Borders
export const borderBase = 6