Skip to content

Commit

Permalink
Testing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-xie committed Oct 14, 2023
1 parent a951a70 commit f19ef2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hmns-app/components/StyledText.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Text, TextProps } from './Themed';

// Test comment
export function MonoText(props: TextProps) {
return <Text {...props} style={[props.style, { fontFamily: 'SpaceMono' }]} />;
}

0 comments on commit f19ef2b

Please sign in to comment.