Skip to content

Commit

Permalink
Solved!
Browse files Browse the repository at this point in the history
  • Loading branch information
sspenst committed May 22, 2024
1 parent 9f12ae0 commit 0ae2c01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/modal/postGameModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,13 @@ export default function PostGameModal({ chapter, closeModal, collection, dontSho
submitLabel={nextLabel}
title={
<div
className='fadeIn text-yellow-300 text-3xl font-bold italic'
className='fadeIn text-3xl font-bold italic'
style={{
animationDelay: '0.2s',
color: 'var(--color-complete)',
}}
>
Congrats!
Solved!
</div>
}
>
Expand Down

0 comments on commit 0ae2c01

Please sign in to comment.