mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
decrease font size in settings
This commit is contained in:
@@ -92,7 +92,7 @@ export default function SettingsScreen() {
|
||||
<View padding={4}>
|
||||
<YStack gap="$8">
|
||||
<YStack gap="$4">
|
||||
<Text fontSize="$9" fontWeight="$semibold">
|
||||
<Text fontSize="$7" fontWeight="$bold">
|
||||
Appearance
|
||||
</Text>
|
||||
<MWSeparator />
|
||||
@@ -107,7 +107,7 @@ export default function SettingsScreen() {
|
||||
</YStack>
|
||||
|
||||
<YStack gap="$4">
|
||||
<Text fontSize="$9" fontWeight="$semibold">
|
||||
<Text fontSize="$7" fontWeight="$bold">
|
||||
Player
|
||||
</Text>
|
||||
<MWSeparator />
|
||||
@@ -135,7 +135,7 @@ export default function SettingsScreen() {
|
||||
</YStack>
|
||||
|
||||
<YStack gap="$4">
|
||||
<Text fontSize="$9" fontWeight="$semibold">
|
||||
<Text fontSize="$7" fontWeight="$bold">
|
||||
App
|
||||
</Text>
|
||||
<MWSeparator />
|
||||
|
Reference in New Issue
Block a user