made color much more subtle
This commit is contained in:
@@ -102,7 +102,7 @@ let ProfileHeaderShell = ({
|
|||||||
<View pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
<View pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
||||||
<LinearGradient
|
<LinearGradient
|
||||||
key={t.name}
|
key={t.name}
|
||||||
colors={[t.palette.primary_200, t.palette.primary_200, backgroundColor]}
|
colors={[t.palette.primary_25, t.palette.primary_25, backgroundColor]}
|
||||||
style={{
|
style={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 0,
|
top: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user