|
|
|
@ -109,7 +109,7 @@ export default function PresenceScreen({ route, navigation }) {
|
|
|
|
|
<Appbar.Content titleStyle={{ fontWeight: 'bold' }} color={colors.pureWhite} title={strings('presence.attendanceHistory')} /> |
|
|
|
|
</Appbar.Header> |
|
|
|
|
<ScrollView |
|
|
|
|
style={{ flex: 1, marginTop: 5, backgroundColor: theme.colors.surface }} |
|
|
|
|
style={{ flex: 1, marginTop: 5, backgroundColor: isDarkTheme ? theme.colors.surface : theme.colors.pureWhite }} |
|
|
|
|
refreshControl={ |
|
|
|
|
<RefreshControl |
|
|
|
|
refreshing={refreshing} |
|
|
|
|