Finalized Applicant Detail screen and update AppBar on Home, History, and Profile screens

This commit is contained in:
Mochammad Adhi Buchori
2025-04-22 13:31:45 +07:00
parent 2c77afb399
commit 3e4f427e6c
10 changed files with 226 additions and 16 deletions

View File

@ -15,9 +15,10 @@ const styles = StyleSheet.create({
...FontFamily.notoSansExtraBold,
fontSize: 28,
marginVertical: 14,
includeFontPadding: false,
},
appBarContainer: {
height: 64,
height: 72,
backgroundColor: Colors.secondary30.color,
justifyContent: 'space-between',
alignItems: 'center',