1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00
This commit is contained in:
Arik Chakma
2025-07-07 21:51:01 +06:00
parent 52b70924c2
commit 6f51211725

View File

@@ -96,7 +96,7 @@ export function AIQuizResults(props: AIQuizResultsProps) {
label="Try Again"
icon={<RotateCcw className="h-4 w-4" />}
onClick={onRetry}
className="border border-gray-300 bg-white text-gray-700"
className="border border-gray-300 bg-white text-gray-700 hover:bg-gray-100"
/>
<ResultAction
label="New Quiz"