Skip to content

Commit

Permalink
prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep M V committed May 20, 2022
1 parent 390e4f0 commit 5eedd14
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/styles/Maindesign.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import { StyleSheet } from 'react-native';
import {StyleSheet} from 'react-native';

const Maindesign = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
},
text: {
fontSize: 20,
fontWeight: 'bold',
fontFamily:'inter'
},
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
},
text: {
fontSize: 20,
fontWeight: 'bold',
fontFamily: 'inter',
},
});

export default Maindesign;

0 comments on commit 5eedd14

Please sign in to comment.