@@ -140,7 +140,6 @@ export default function AuthPage() {
140
140
< div style = { { color : '#FFE9D7' } } >
141
141
< input
142
142
className = "mx-1 text-yellow-250"
143
- style = { { color : '#FFE9D7' } }
144
143
type = "checkbox"
145
144
onClick = { ( ) => showPassword ( 'passwordInputLg' ) }
146
145
/>
@@ -174,6 +173,7 @@ export default function AuthPage() {
174
173
< div >
175
174
< div className = "w-[24rem] text-left" >
176
175
< ArrowBackIcon
176
+ style = { { color : '#FFE9D7' } }
177
177
className = "cursor-pointer"
178
178
onClick = { ( ) => {
179
179
setPasswordResetDialog ( false ) ;
@@ -194,7 +194,7 @@ export default function AuthPage() {
194
194
> </ input >
195
195
< button
196
196
style = { { color : '#FFE9D7' } }
197
- className = "w-[24rem] px-4 py-2 rounded-md shadow-md bg-green-300 hover:shadow-lg hover:bg-green-100 "
197
+ className = "w-[24rem] px-4 py-2 rounded-md shadow-md bg-green-100 hover:shadow-lg hover:bg-green-200 "
198
198
onClick = { ( ) => {
199
199
sendResetEmail ( ) ;
200
200
setErrorMsg ( '' ) ;
@@ -317,6 +317,7 @@ export default function AuthPage() {
317
317
< div className = "w-full text-left my-4" >
318
318
< ArrowBackIcon
319
319
className = "cursor-pointer"
320
+ style = { { color : '#FFE9D7' } }
320
321
onClick = { ( ) => {
321
322
setPasswordResetDialog ( false ) ;
322
323
setErrorMsg ( '' ) ;
@@ -335,7 +336,7 @@ export default function AuthPage() {
335
336
placeholder = "Email"
336
337
> </ input >
337
338
< button
338
- className = "px-4 py-2 rounded-md shadow-md bg-orange-550 hover:shadow-lg hover:bg-blue-450 "
339
+ className = "px-4 py-2 rounded-md shadow-md bg-green-100 hover:shadow-lg hover:bg-green-200 "
339
340
onClick = { ( ) => {
340
341
sendResetEmail ( ) ;
341
342
setErrorMsg ( '' ) ;
0 commit comments