Commit 86cc3c78 authored by Martin Santangelo's avatar Martin Santangelo

(fix) common style modal title bold

1 merge request!425Fix android font weight ignore >= 700
......@@ -568,7 +568,7 @@ export const CommonStyle = StyleSheet.create({
paddingBottom: 10,
},
modalTitle: {
fontWeight: '700',
fontFamily: 'Roboto-Black',
fontSize: 18,
color: '#444',
marginBottom: 8,
......
Please register or to comment