Add UI for the Application Guide screen

This commit is contained in:
Mochammad Adhi Buchori
2025-04-23 20:41:04 +07:00
parent 9ad9b1de74
commit 1caa0d4f41
6 changed files with 481 additions and 71 deletions

View File

@ -26,24 +26,25 @@ const styles = StyleSheet.create({
textContentContainer: {
marginTop: 4,
marginHorizontal: 16,
marginBottom: 16,
gap: 4,
},
textContentWrapper: {
flexDirection: 'row',
gap: 6
gap: 6,
},
textContentStyle: {
...FontFamily.notoSansRegular,
includeFontPadding: false,
color: Colors.primary30.color,
fontSize: 12,
lineHeight: 20,
lineHeight: 24,
textAlign: 'justify',
},
textContentAlphabetListContainer: {
marginStart: 16,
gap: 4,
}
},
});
export default styles;