frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: provide default font weight

serenity 0278c466 7d6d5c9b

+4 -1
+4 -1
src/components/primitives/Text.tsx
··· 17 17 return ( 18 18 <RnText 19 19 {...props} 20 - style={[{ fontFamily: typography.families.primary }, style]} 20 + style={[ 21 + { fontFamily: typography.families.primary, fontWeight: 300 }, 22 + style, 23 + ]} 21 24 > 22 25 {children} 23 26 </RnText>