Skip to content

Commit c88aaa7

Browse files
committed
adjust-color-of-key-concepts-buttons
1 parent e7752cd commit c88aaa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/glossary/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export default function GlossaryPage() {
214214
setSearchQuery(term);
215215
setSelectedLetter('all');
216216
}}
217-
className="px-5 py-2 bg-white border border-gray-200 rounded-full text-sm font-medium text-gray-700 hover:border-[#00abfb] hover:text-[#00abfb] shadow-sm transition-all focus:outline-none focus:ring-2 focus:ring-[#00abfb]/20"
217+
className="px-5 py-2 bg-white border border-gray-200 rounded-full text-sm font-medium text-gray-700 hover:border-swiss-blue-hover hover:text-swiss-blue-hover shadow-sm transition-all focus:outline-none focus:ring-2 focus:ring-swiss-blue-hover/20"
218218
>
219219
{term}
220220
</button>

0 commit comments

Comments
 (0)