diff --git a/JokesApp/components/DetailJoke.tsx b/JokesApp/components/DetailJoke.tsx index 21a4e8c..f630c56 100644 --- a/JokesApp/components/DetailJoke.tsx +++ b/JokesApp/components/DetailJoke.tsx @@ -63,6 +63,7 @@ const styles = StyleSheet.create({ borderRadius: 20, borderColor: whiteColor, backgroundColor : indigo, + borderWidth: 1, }, imageSettings: { flex: 1, @@ -77,7 +78,7 @@ const styles = StyleSheet.create({ }, chip: { borderRadius: 16, - backgroundColor: greyColor, + backgroundColor: whiteColor, padding: 5, margin: 5, marginLeft: 30, diff --git a/JokesApp/navigation/Navigation.tsx b/JokesApp/navigation/Navigation.tsx index ecd64ee..96e3cb8 100644 --- a/JokesApp/navigation/Navigation.tsx +++ b/JokesApp/navigation/Navigation.tsx @@ -47,7 +47,8 @@ export function Navigation(){ - ) + ), + headerShown: false, }}/> - ) + ), + }}/> - - + + + ) } \ No newline at end of file diff --git a/JokesApp/screens/JokeDetailScreen.tsx b/JokesApp/screens/JokeDetailScreen.tsx index 33663f2..a120c2f 100644 --- a/JokesApp/screens/JokeDetailScreen.tsx +++ b/JokesApp/screens/JokeDetailScreen.tsx @@ -1,5 +1,5 @@ import {View, Text, StyleSheet} from "react-native"; -import {indigo, purpleColor} from "../Theme"; +import {indigo, purpleColor, whiteColor} from "../Theme"; import React, {useEffect} from "react"; import {CustomJoke} from "../model/CustomJoke"; import {DetailJoke} from "../components/DetailJoke"; @@ -35,6 +35,7 @@ const styles = StyleSheet.create({ backgroundColor: purpleColor, width: '100%', height: '100%', + }, text: { fontSize: 24,