mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:03:26 +00:00
remove unnecessary classes
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Item() {
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</View>
|
||||
<Text className="font-bold text-white">Hamilton</Text>
|
||||
<Text className="font-bold">Hamilton</Text>
|
||||
<View className="flex-row items-center gap-3">
|
||||
<Text className="text-xs text-gray-600">Movie</Text>
|
||||
<View className="h-1 w-1 rounded-3xl bg-gray-600" />
|
||||
|
Reference in New Issue
Block a user