More profile header tweaks
parent
851ff65d66
commit
eb28a12639
|
@ -210,14 +210,14 @@ const styles = StyleSheet.create({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 10,
|
top: 10,
|
||||||
left: 12,
|
left: 12,
|
||||||
backgroundColor: '#000a',
|
backgroundColor: '#ffff',
|
||||||
padding: 6,
|
padding: 6,
|
||||||
borderRadius: 30,
|
borderRadius: 30,
|
||||||
},
|
},
|
||||||
backIcon: {
|
backIcon: {
|
||||||
width: 14,
|
width: 14,
|
||||||
height: 14,
|
height: 14,
|
||||||
color: colors.white,
|
color: colors.black,
|
||||||
},
|
},
|
||||||
avi: {
|
avi: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
|
|
@ -13,7 +13,7 @@ export function UserBanner({handle}: {handle: string}) {
|
||||||
</LinearGradient>
|
</LinearGradient>
|
||||||
<LinearGradient id="grad2" x1="0" y1="0" x2="0" y2="1">
|
<LinearGradient id="grad2" x1="0" y1="0" x2="0" y2="1">
|
||||||
<Stop offset="0" stopColor="#000" stopOpacity="0" />
|
<Stop offset="0" stopColor="#000" stopOpacity="0" />
|
||||||
<Stop offset="1" stopColor="#000" stopOpacity="0.6" />
|
<Stop offset="1" stopColor="#000" stopOpacity="0.1" />
|
||||||
</LinearGradient>
|
</LinearGradient>
|
||||||
</Defs>
|
</Defs>
|
||||||
<Rect x="0" y="0" width="400" height="100" fill="url(#grad)" />
|
<Rect x="0" y="0" width="400" height="100" fill="url(#grad)" />
|
||||||
|
|
Loading…
Reference in New Issue