mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
fix home title fontSize
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import { Text, View } from "tamagui";
|
||||
import { View } from "tamagui";
|
||||
|
||||
import {
|
||||
bookmarks,
|
||||
@@ -11,15 +11,7 @@ import ScreenLayout from "~/components/layout/ScreenLayout";
|
||||
export default function HomeScreen() {
|
||||
return (
|
||||
<View style={{ flex: 1 }} flex={1}>
|
||||
<ScreenLayout
|
||||
title={
|
||||
<View flexDirection="row" alignItems="center">
|
||||
<Text fontWeight="bold" fontSize={20}>
|
||||
Home
|
||||
</Text>
|
||||
</View>
|
||||
}
|
||||
>
|
||||
<ScreenLayout title="Home">
|
||||
<ItemListSection title="Bookmarks" items={bookmarks.concat(watching)} />
|
||||
<ItemListSection
|
||||
title="Continue Watching"
|
||||
|
Reference in New Issue
Block a user