File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export default function HackathonAboutSection() {
9292 </ div >
9393 < div className = "flex-1 pt-1" >
9494 < div className = "font-semibold text-white mb-1" > { item . label } </ div >
95- < div className = "text-sm text-white/60 " > { item . value } </ div >
95+ < div className = "text-sm text-white/80 " > { item . value } </ div >
9696 </ div >
9797 </ div >
9898 ) ) }
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ export default function Register() {
523523 { step < totalSteps - 1 ? (
524524 < button
525525 onClick = { nextStep }
526- className = "flex-1 bg-gradient-to-r from-blue-500 to-purple-500 hover:from-blue-600 hover:to-purple-600 text-white font-semibold py-3 rounded-xl transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-blue-500/25 cursor-target cursor-pointer"
526+ className = "flex-1 bg-gradient-to-r to-purple-500 hover:to-purple-600 text-white font-semibold py-3 rounded-xl transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-blue-500/25 cursor-target cursor-pointer"
527527 >
528528 { step === totalSteps - 2
529529 ? "Review Details"
You can’t perform that action at this time.
0 commit comments