Adjust layout

This commit is contained in:
braginini
2023-05-22 14:51:43 +02:00
parent 4b615b4dc1
commit b078a6c3a9
4 changed files with 6 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ function NavigationGroup({ group, className }) {
<li className={clsx('relative mt-6', className)}>
<motion.h2
layout="position"
className="text-s font-semibold text-zinc-900 dark:text-white"
className="text-s font-semibold text-zinc-900 dark:text-gray-300"
>
{group.title}
</motion.h2>