Clean up the settings page
parent
1c5c2622bf
commit
f969e746f7
|
@ -34,10 +34,12 @@ export const Settings = observer(function Settings({
|
||||||
<ViewHeader title="Settings" />
|
<ViewHeader title="Settings" />
|
||||||
<View style={[s.mt10, s.pl10, s.pr10, s.flex1]}>
|
<View style={[s.mt10, s.pl10, s.pr10, s.flex1]}>
|
||||||
<View style={[s.flexRow]}>
|
<View style={[s.flexRow]}>
|
||||||
<Text style={pal.text}>Signed in as</Text>
|
<Text type="xl" style={pal.text}>
|
||||||
|
Signed in as
|
||||||
|
</Text>
|
||||||
<View style={s.flex1} />
|
<View style={s.flex1} />
|
||||||
<TouchableOpacity onPress={onPressSignout}>
|
<TouchableOpacity onPress={onPressSignout}>
|
||||||
<Text type="xl-heavy" style={pal.link}>
|
<Text type="xl-medium" style={pal.link}>
|
||||||
Sign out
|
Sign out
|
||||||
</Text>
|
</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
@ -63,7 +65,7 @@ export const Settings = observer(function Settings({
|
||||||
</Link>
|
</Link>
|
||||||
<View style={s.flex1} />
|
<View style={s.flex1} />
|
||||||
<Text type="sm-medium" style={[s.mb5]}>
|
<Text type="sm-medium" style={[s.mb5]}>
|
||||||
Advanced
|
Developer tools
|
||||||
</Text>
|
</Text>
|
||||||
<Link
|
<Link
|
||||||
style={[pal.view, s.p10, s.mb2]}
|
style={[pal.view, s.p10, s.mb2]}
|
||||||
|
@ -75,7 +77,7 @@ export const Settings = observer(function Settings({
|
||||||
style={[pal.view, s.p10, s.mb2]}
|
style={[pal.view, s.p10, s.mb2]}
|
||||||
href="/sys/debug"
|
href="/sys/debug"
|
||||||
title="Debug tools">
|
title="Debug tools">
|
||||||
<Text style={pal.link}>Debug tools</Text>
|
<Text style={pal.link}>Storybook</Text>
|
||||||
</Link>
|
</Link>
|
||||||
<View style={{height: 100}} />
|
<View style={{height: 100}} />
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue