mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
replace all stylesheets with tailwind classes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import ScreenLayout from '../../components/layout/ScreenLayout';
|
||||
import { RegularText } from '../../components/ui/Text';
|
||||
import { StyledText } from '../../components/ui/Styled';
|
||||
|
||||
export default function AboutScreen() {
|
||||
return (
|
||||
@@ -7,10 +7,10 @@ export default function AboutScreen() {
|
||||
title="About"
|
||||
subtitle="What is movie-web and how content is served?"
|
||||
>
|
||||
<RegularText className="text-white">
|
||||
<StyledText>
|
||||
No content is served from movie-web directly and movie web does not host
|
||||
anything.
|
||||
</RegularText>
|
||||
</StyledText>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user