Skip to content

Commit 7c4a84a

Browse files
committed
updating font and icon size
1 parent 102c034 commit 7c4a84a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/screens/quran/Quran.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ const styles = StyleSheet.create({
125125
marginRight: 20,
126126
},
127127
icon: {
128-
width: 25,
129-
height: 25,
128+
width: 30,
129+
height: 30,
130130
resizeMode: 'stretch'
131131
},
132132
});

components/screens/surah/Surah.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const styles = StyleSheet.create({
8888
},
8989
ayahText: {
9090
fontFamily: 'Amiri',
91-
fontSize: 25,
91+
fontSize: 20,
9292
lineHeight: 50
9393
},
9494
ayah: {

0 commit comments

Comments
 (0)