Tweak profile header

zio/stable
Paul Frazee 2022-11-05 12:43:21 -05:00
parent 807bd3b834
commit 851ff65d66
2 changed files with 3 additions and 3 deletions

View File

@ -208,8 +208,8 @@ const styles = StyleSheet.create({
}, },
backButton: { backButton: {
position: 'absolute', position: 'absolute',
top: 6, top: 10,
left: 8, left: 12,
backgroundColor: '#000a', backgroundColor: '#000a',
padding: 6, padding: 6,
borderRadius: 30, borderRadius: 30,

View File

@ -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.7" /> <Stop offset="1" stopColor="#000" stopOpacity="0.6" />
</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)" />