fix home title fontSize

This commit is contained in:
Jorrin
2024-03-24 20:54:29 +01:00
parent 5c18ff934c
commit 7160d3c137
2 changed files with 2 additions and 190 deletions

View File

@@ -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"