Skip to content

Commit

Permalink
add missing style to dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet10 committed Jan 31, 2024
1 parent 1f364bb commit 03c6f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/components/modals/gameEndedModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const GameEndedModal = ({
return (
<Dialog open={open}>
<DialogContent>
<DialogTitle>Game Ended</DialogTitle>
<DialogTitle className="font-fable text-xl">Game Ended</DialogTitle>
<DialogDescription>
<p className="py-4 font-mono">
Winner: {gameData?.players[gameData.livePlayers[0]]}
Expand Down

0 comments on commit 03c6f1e

Please sign in to comment.