File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ const Journal: React.FC = () => {
161161 < ArrowLeft className = "h-6 w-6" />
162162 </ Button >
163163
164- < div className = { `text-xl font-medium ${ moodColorClass } ` } >
165- { step === 1 ? 'How are you feeling?' : step === 2 ? 'Select emotions ' : 'Write in journal ' }
164+ < div className = { `text-xl font-medium ml-10 ${ moodColorClass } ` } >
165+ { step === 1 ? 'How are you feeling?' : step === 2 ? 'Select Emotions ' : 'Write in Journal ' }
166166 </ div >
167167
168168 < Button
@@ -190,13 +190,13 @@ const Journal: React.FC = () => {
190190 className = "space-y-8"
191191 >
192192 < div className = "text-center" >
193- < h1 className = "text-3xl font-bold text-white mb-2" >
193+ < h1 className = "text-3xl font-bold text-white mb-2" >
194194 Choose how you're feeling
195195 </ h1 >
196196 < p className = "text-white/80" > right now</ p >
197197 </ div >
198198
199- < div className = "flex flex-col items-center justify-center py-10 " >
199+ < div className = "flex flex-col items-center justify-center py-2 " >
200200 < div className = "relative w-48 h-48 flex items-center justify-center mb-6" >
201201 < div className = { `absolute inset-0 rounded-full blur-lg bg-${ moodScore > 5 ? 'green' : 'blue' } -400 opacity-20` } > </ div >
202202 < div className = { `w-36 h-36 rounded-full ${ moodScore > 5 ? 'bg-green-400/30' : 'bg-blue-400/30' } flex items-center justify-center` } >
You can’t perform that action at this time.
0 commit comments