1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 08:40:40 +02:00

Update UI for Learn another topic

This commit is contained in:
Kamran Ahmed
2025-05-06 18:45:22 +01:00
parent a7eab6f81f
commit 6de872d1ea

View File

@@ -303,10 +303,10 @@ export function TopicDetailAI(props: TopicDetailAIProps) {
<button
onClick={onShowSubjectSearchModal}
className="flex items-center gap-1.5 rounded-md border border-gray-300 bg-transparent px-2 py-1 hover:bg-gray-200 hover:text-black"
className="flex text-gray-400 items-center gap-1.5 rounded-md border border-dashed hover:border-solid border-gray-300 bg-transparent px-2 py-1 hover:bg-gray-200 hover:text-black"
>
<WandSparkles className="h-3 w-3" />
Custom Topic
Learn another topic
</button>
</div>
</div>