Make title sizing consistent.
This commit is contained in:
@@ -67,11 +67,10 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<SafeAreaView style={{ flex: 1 }}>
|
<SafeAreaView style={{ flex: 1 }}>
|
||||||
<ScrollView contentContainerStyle={styles.container}>
|
|
||||||
<Text variant="headlineMedium" style={styles.title}>
|
<Text variant="headlineMedium" style={styles.title}>
|
||||||
{t("settings.titles.settings")}
|
{t("settings.titles.settings")}
|
||||||
</Text>
|
</Text>
|
||||||
|
<ScrollView contentContainerStyle={styles.container}>
|
||||||
<Card style={styles.section}>
|
<Card style={styles.section}>
|
||||||
<Card.Title title="Storage" />
|
<Card.Title title="Storage" />
|
||||||
<Card.Content>
|
<Card.Content>
|
||||||
@@ -192,10 +191,10 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
|||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
paddingVertical: 24,
|
paddingVertical: 24,
|
||||||
paddingHorizontal: 20,
|
paddingHorizontal: 12,
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
marginBottom: 12,
|
marginHorizontal: 12,
|
||||||
fontWeight: "600",
|
fontWeight: "600",
|
||||||
},
|
},
|
||||||
section: {
|
section: {
|
||||||
|
|||||||
Reference in New Issue
Block a user