|
|
@ -22,7 +22,7 @@ export default function PresenceScreen({ route, navigation }) { |
|
|
|
<> |
|
|
|
<> |
|
|
|
<Appbar.Header mode='center-aligned' style={{ backgroundColor: colors.blue }}> |
|
|
|
<Appbar.Header mode='center-aligned' style={{ backgroundColor: colors.blue }}> |
|
|
|
<Appbar.BackAction color={colors.pureWhite} onPress={() => { navigation.goBack() }} /> |
|
|
|
<Appbar.BackAction color={colors.pureWhite} onPress={() => { navigation.goBack() }} /> |
|
|
|
<Appbar.Content color={colors.pureWhite} title='Riwayat kehadiran' /> |
|
|
|
<Appbar.Content titleStyle={{ fontWeight: 'bold' }} color={colors.pureWhite} title='Riwayat kehadiran' /> |
|
|
|
</Appbar.Header> |
|
|
|
</Appbar.Header> |
|
|
|
|
|
|
|
|
|
|
|
<ScrollView style={{ flex: 1 }}> |
|
|
|
<ScrollView style={{ flex: 1 }}> |
|
|
|