fixes and improvements in ui while on a tablet

This commit is contained in:
ammarahm-ed
2020-10-01 17:23:04 +05:00
parent c05ae7fbdc
commit 40ca59d18d
19 changed files with 271 additions and 206 deletions

View File

@@ -24,7 +24,7 @@ const DialogHeader = ({icon, title, paragraph}) => {
color: colors.heading,
fontFamily: WEIGHT.bold,
marginLeft: 5,
fontSize: SIZE.md,
fontSize: SIZE.lg,
}}>
{title}
</Text>