mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-24 06:40:27 +01:00
fix: header size
This commit is contained in:
@@ -19,7 +19,7 @@ export const OverviewText: React.FC<Props> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View className="flex flex-col" {...props}>
|
<View className="flex flex-col" {...props}>
|
||||||
<Text className="text-xl font-bold mb-2">Overview</Text>
|
<Text className="text-lg font-bold mb-2">Overview</Text>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
onPress={() =>
|
onPress={() =>
|
||||||
setLimit((prev) =>
|
setLimit((prev) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user