@@ -385,7 +385,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
385385
386386 { /* Tips & Best Practices */ }
387387 < motion . div
388- className = "rounded-2xl bg-gradient-to-r from-blue-50 to-purple-50 p-8 dark:from-gray -800 dark:to-gray-700 "
388+ className = "rounded-2xl border border-blue-100 bg-gradient-to-br from-blue-50 via-indigo-50 to-purple-50 p-8 dark:border-blue -800 dark:from-blue-900/20 dark:via-indigo-900/20 dark: to-purple-900/20 "
389389 variants = { fadeIn }
390390 >
391391 < h3 className = "mb-6 text-center text-2xl font-bold text-gray-900 dark:text-white" >
@@ -394,7 +394,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
394394 < div className = "grid gap-6 md:grid-cols-2" >
395395 < div className = "space-y-4" >
396396 < div className = "flex items-start space-x-3" >
397- < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-blue-500" >
397+ < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-gradient-to-br from- blue-500 to-indigo -500" >
398398 < span className = "text-xs font-bold text-white" > 1</ span >
399399 </ div >
400400 < div >
@@ -408,7 +408,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
408408 </ div >
409409 </ div >
410410 < div className = "flex items-start space-x-3" >
411- < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-blue-500" >
411+ < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-gradient-to-br from- blue-500 to-indigo -500" >
412412 < span className = "text-xs font-bold text-white" > 2</ span >
413413 </ div >
414414 < div >
@@ -422,7 +422,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
422422 </ div >
423423 </ div >
424424 < div className = "flex items-start space-x-3" >
425- < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-blue -500" >
425+ < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-indigo-500 to-purple -500" >
426426 < span className = "text-xs font-bold text-white" > 3</ span >
427427 </ div >
428428 < div >
@@ -438,7 +438,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
438438 </ div >
439439 < div className = "space-y-4" >
440440 < div className = "flex items-start space-x-3" >
441- < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-purple-500" >
441+ < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-indigo-500 to- purple-500" >
442442 < span className = "text-xs font-bold text-white" > 4</ span >
443443 </ div >
444444 < div >
@@ -452,7 +452,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
452452 </ div >
453453 </ div >
454454 < div className = "flex items-start space-x-3" >
455- < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-purple-500" >
455+ < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-gradient-to-br from- purple-500 to-pink -500" >
456456 < span className = "text-xs font-bold text-white" > 5</ span >
457457 </ div >
458458 < div >
@@ -465,7 +465,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
465465 </ div >
466466 </ div >
467467 < div className = "flex items-start space-x-3" >
468- < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-purple-500" >
468+ < div className = "mt-1 flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full bg-gradient-to-br from- purple-500 to-pink -500" >
469469 < span className = "text-xs font-bold text-white" > 6</ span >
470470 </ div >
471471 < div >
0 commit comments