chore: vendor client into main repo
This commit is contained in:
5
client/components/StyledText.tsx
Normal file
5
client/components/StyledText.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Text, TextProps } from './Themed';
|
||||
|
||||
export function MonoText(props: TextProps) {
|
||||
return <Text {...props} style={[props.style, { fontFamily: 'SpaceMono' }]} />;
|
||||
}
|
||||
Reference in New Issue
Block a user