fix: update text styling for feed parameters message

This commit is contained in:
lawvs 2025-07-05 04:38:24 +08:00
parent 47129d5d0d
commit 3488390afc
1 changed files with 3 additions and 1 deletions

View File

@ -132,7 +132,9 @@ function FormImpl({ route, routePrefix, name }: RsshubFormParams) {
</Text>
{keys.length === 0 && (
<View className="bg-secondary-system-grouped-background mx-2 mt-4 gap-4 rounded-lg p-3">
<Text className="text-center text-base">This feed has no parameters.</Text>
<Text className="text-label text-center text-base">
This feed has no parameters.
</Text>
</View>
)}
{keys.length > 0 && (