@@ -7,14 +7,14 @@ export function cn(...inputs: ClassValue[]) {
7
7
}
8
8
9
9
export const text = {
10
- body : 'ock-font-family font-normal text-base leading-normal ' ,
11
- caption : 'ock-font-family font-semibold text-xs leading-4 ' ,
12
- headline : 'ock-font-family font-semibold leading-normal ' ,
13
- label1 : 'ock-font-family font-semibold text-sm leading-5 ' ,
14
- label2 : 'ock-font-family text-sm leading-5 ' ,
15
- legal : 'ock-font-family text-xs leading-4 ' ,
16
- title1 : 'ock-font-family font-semibold text-2xl leading-9 ' ,
17
- title3 : 'ock-font-family font-semibold text-xl leading-7 ' ,
10
+ body : 'ock-font-family font-normal text-base' ,
11
+ caption : 'ock-font-family font-semibold text-xs' ,
12
+ headline : 'ock-font-family font-semibold' ,
13
+ label1 : 'ock-font-family font-semibold text-sm' ,
14
+ label2 : 'ock-font-family text-sm' ,
15
+ legal : 'ock-font-family text-xs' ,
16
+ title1 : 'ock-font-family font-semibold text-2xl' ,
17
+ title3 : 'ock-font-family font-semibold text-xl' ,
18
18
} as const ;
19
19
20
20
export const pressable = {
0 commit comments