joplin/ReactNativeClient/lib/components/style.js

7 lines
89 B
JavaScript
Raw Normal View History

2017-07-14 18:49:14 +00:00
const styles = StyleSheet.create({
webView: {
fontSize: 10,
},
});
export { styles }