databag/app/client/mobile/App.styled.ts
2024-08-14 06:40:32 -07:00

10 lines
136 B
TypeScript

import {
StyleSheet,
} from 'react-native';
export const styles = StyleSheet.create({
highlight: {
fontWeight: '700',
},
});