Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Nov 26, 2024
1 parent a6660ce commit cab8afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export const GuessWhat = ({ quizType, questions }) => {
{/* Show final result */}
{finalResult && (
<div style={{ textAlign: "center" }}>
<Stack space={8}>
<Stack space={16}>
<Text5>Your {quizType} is</Text5>
{quizType === "icon" && (
<DecorationPatty size={128} stroke="0.75">
Expand Down

0 comments on commit cab8afa

Please sign in to comment.