Skip to content

Commit

Permalink
Update GuessGame.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Given22 committed Nov 5, 2022
1 parent 90b94fb commit b32b42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games/GuessGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ export default function GuessGame() {
onPress={() => {
checkAnswer(ans)
}}>
<Text>{ans}</Text>
<Text style={{color: "#6B9080",
fontFamily: "Itim", fontSize: 24}}>{ans}</Text>
</TouchableOpacity>
)
})
Expand Down

0 comments on commit b32b42b

Please sign in to comment.