made color much more subtle

This commit is contained in:
Samuel Newman
2024-12-02 22:00:14 +00:00
parent 6f7ee7efab
commit b77eec8079
+1 -1
View File
@@ -102,7 +102,7 @@ let ProfileHeaderShell = ({
<View pointerEvents={isIOS ? 'auto' : 'box-none'}>
<LinearGradient
key={t.name}
colors={[t.palette.primary_200, t.palette.primary_200, backgroundColor]}
colors={[t.palette.primary_25, t.palette.primary_25, backgroundColor]}
style={{
position: 'absolute',
top: 0,