Update gradients to use a more consistent blue theme

This commit is contained in:
Paul Frazee
2023-01-18 12:32:48 -06:00
parent 2536d6bf10
commit c57ae4cea4
15 changed files with 30 additions and 68 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ export function Component({
) : (
<TouchableOpacity style={s.mt10} onPress={onPressSave}>
<LinearGradient
colors={[gradients.primary.start, gradients.primary.end]}
colors={[gradients.blueLight.start, gradients.blueLight.end]}
start={{x: 0, y: 0}}
end={{x: 1, y: 1}}
style={[styles.btn]}>