Update gradients to use a more consistent blue theme
This commit is contained in:
parent
77580ab6a4
commit
a51354e6e6
15 changed files with 30 additions and 68 deletions
|
@ -85,7 +85,7 @@ export function PostEmbeds({
|
|||
<AutoSizedImage uri={link.thumb} containerStyle={styles.extImage} />
|
||||
) : (
|
||||
<LinearGradient
|
||||
colors={[gradients.blue.start, gradients.blue.end]}
|
||||
colors={[gradients.blueDark.start, gradients.blueDark.end]}
|
||||
start={{x: 0, y: 0}}
|
||||
end={{x: 1, y: 1}}
|
||||
style={[styles.extImage, styles.extImageFallback]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue