mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 13:17:10 +08:00
7 lines
227 B
TypeScript
7 lines
227 B
TypeScript
import { FontFamily } from '@blocksuite/affine-model';
|
|
|
|
export const GROUP_TITLE_FONT = FontFamily.Inter;
|
|
export const GROUP_TITLE_FONT_SIZE = 12;
|
|
export const GROUP_TITLE_PADDING = [2, 0];
|
|
export const GROUP_TITLE_OFFSET = 4;
|