mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
remove unnecessary classes
This commit is contained in:
@@ -4,7 +4,7 @@ import { Text } from '@/components/ui/Text';
|
||||
export default function HomeScreen() {
|
||||
return (
|
||||
<ScreenLayout title="Home" subtitle="This is where all magic happens">
|
||||
<Text className="text-white">Movies will be listed here</Text>
|
||||
<Text>Movies will be listed here</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user