More blue theming

This commit is contained in:
Paul Frazee 2022-09-29 09:11:48 -05:00
parent e9f0405555
commit 44e208f283
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ const styles = StyleSheet.create({
underline: {
position: 'absolute',
height: 4,
backgroundColor: colors.purple3,
backgroundColor: colors.black,
bottom: 0,
},
})