More blue theming
parent
e9f0405555
commit
44e208f283
|
@ -17,7 +17,7 @@ export function FAB({icon, onPress}: {icon: IconProp; onPress: OnPress}) {
|
|||
<TouchableWithoutFeedback onPress={onPress}>
|
||||
<View style={styles.outer}>
|
||||
<LinearGradient
|
||||
colors={[gradients.primary.start, gradients.primary.end]}
|
||||
colors={[gradients.purple.start, gradients.purple.end]}
|
||||
start={{x: 0, y: 0}}
|
||||
end={{x: 1, y: 1}}
|
||||
style={styles.inner}>
|
||||
|
|
|
@ -126,7 +126,7 @@ const styles = StyleSheet.create({
|
|||
underline: {
|
||||
position: 'absolute',
|
||||
height: 4,
|
||||
backgroundColor: colors.purple3,
|
||||
backgroundColor: colors.black,
|
||||
bottom: 0,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue