feat(shared): add cn utility for tailwind-aware class merging #38

Merged
ilia merged 11 commits from feature/minor-improvements into main 2026-04-23 12:11:03 +00:00
Showing only changes of commit ada484e2e0 - Show all commits
+1 -1
View File
@@ -43,6 +43,6 @@ let {
<span>{text}</span>
<ArrowUpRightIcon
size={10}
class="opacity-0 -translate-x-1 group-hover:opacity-100 group-hover:translate-x-0 transition-all duration-200"
class="fill-body group-hover:opacity-100 group-hover:translate-x-0 transition-all duration-200"
/>
</a>