Files
twenty/packages/twenty-ui/src/theme/constants/Text.ts
Jeet Desai fa70f9cfc7 Fix: Reduce spacing gap between Task title and subtitle (#5711)
Fixes: #5669

---------

Co-authored-by: Thomas Trompette <thomas.trompette@sfr.fr>
2024-06-04 15:17:46 +02:00

14 lines
187 B
TypeScript

export const TEXT = {
lineHeight: {
lg: 1.5,
md: 1.1,
},
iconSizeMedium: 16,
iconSizeSmall: 14,
iconStrikeLight: 1.6,
iconStrikeMedium: 2,
iconStrikeBold: 2.5,
};