mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
feat(server): new email template (#9528)
use `yarn af server dev:mail` to preview all mail template fix CLOUD-93
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { CSSProperties } from 'react';
|
||||
|
||||
export const BasicTextStyle: CSSProperties = {
|
||||
fontSize: '15px',
|
||||
fontWeight: '400',
|
||||
lineHeight: '24px',
|
||||
fontFamily: 'Inter, Arial, Helvetica, sans-serif',
|
||||
margin: '24px 0 0',
|
||||
color: '#141414',
|
||||
};
|
||||
Reference in New Issue
Block a user