decrease font size in settings

This commit is contained in:
Jorrin
2024-04-02 17:33:53 +02:00
parent 6718730c82
commit 71025ec645

View File

@@ -92,7 +92,7 @@ export default function SettingsScreen() {
<View padding={4}> <View padding={4}>
<YStack gap="$8"> <YStack gap="$8">
<YStack gap="$4"> <YStack gap="$4">
<Text fontSize="$9" fontWeight="$semibold"> <Text fontSize="$7" fontWeight="$bold">
Appearance Appearance
</Text> </Text>
<MWSeparator /> <MWSeparator />
@@ -107,7 +107,7 @@ export default function SettingsScreen() {
</YStack> </YStack>
<YStack gap="$4"> <YStack gap="$4">
<Text fontSize="$9" fontWeight="$semibold"> <Text fontSize="$7" fontWeight="$bold">
Player Player
</Text> </Text>
<MWSeparator /> <MWSeparator />
@@ -135,7 +135,7 @@ export default function SettingsScreen() {
</YStack> </YStack>
<YStack gap="$4"> <YStack gap="$4">
<Text fontSize="$9" fontWeight="$semibold"> <Text fontSize="$7" fontWeight="$bold">
App App
</Text> </Text>
<MWSeparator /> <MWSeparator />