From 98113e9588e843c39e3b5c53a951f8231bb24ce5 Mon Sep 17 00:00:00 2001 From: Danny Miller Date: Sun, 19 May 2024 08:43:49 -0400 Subject: [PATCH] tweaks --- components/modal/postGameModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/modal/postGameModal.tsx b/components/modal/postGameModal.tsx index b86748e8e..20ccbfa7e 100644 --- a/components/modal/postGameModal.tsx +++ b/components/modal/postGameModal.tsx @@ -102,7 +102,7 @@ export default function PostGameModal({ chapter, closeModal, collection, dontSho onSubmit={nextLevel && onNextLevelClick} submitLabel='Next Level' - submitBtnClass={'bg-blue-500'} + submitBtnClass={'bg-blue-500 hover:bg-blue-700'} closeModal={closeModal} isOpen={isOpen} title={ @@ -112,7 +112,7 @@ export default function PostGameModal({ chapter, closeModal, collection, dontSho animationDelay: '0.2s', }} > - Congratulations! + You win! } > @@ -145,7 +145,7 @@ export default function PostGameModal({ chapter, closeModal, collection, dontSho { // make this element invisible (e.target as HTMLElement).style.display = 'none'; - }} className='text-xs cursor-pointer italic py-1 hover:text-blue-300'>Share your thoughts on {level.name} + }} className='text-xs cursor-pointer italic py-1 hover:text-blue-300'>Share thoughts on the level you just beat }