diff options
Diffstat (limited to 'src/screens/PostThread/const.ts')
-rw-r--r-- | src/screens/PostThread/const.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/screens/PostThread/const.ts b/src/screens/PostThread/const.ts new file mode 100644 index 000000000..cf559ac4e --- /dev/null +++ b/src/screens/PostThread/const.ts @@ -0,0 +1,7 @@ +import {tokens} from '#/alf' + +export const TREE_INDENT = tokens.space.lg +export const TREE_AVI_WIDTH = 24 +export const LINEAR_AVI_WIDTH = 42 +export const REPLY_LINE_WIDTH = 2 +export const OUTER_SPACE = tokens.space.lg |