chore: colors and margins

This commit is contained in:
Christian Landgren 2021-04-11 22:04:59 +02:00 committed by Viktor Sarström
parent 6cd8280e80
commit c290161539
1 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,7 @@ export const Week = () => {
<Text category="h4">{day[day.length - 1].end}</Text>
<Text category="c2">
{day.some((lesson) => lesson.subjectCode === 'IDH')
? '🤼‍♀️ Gymnastik'
? '🤼‍♀️ Gympapåse'
: ''}
</Text>
</View>
@ -419,6 +419,7 @@ const styles = StyleSheet.create({
paddingHorizontal: 0,
borderRadius: 2,
margin: 2,
width: '90%',
},
time: {
color: '#333',