dynamic coloring of logo mark

This commit is contained in:
Doug Andrade
2023-05-29 13:17:40 -04:00
parent 3e220135be
commit df2294b43b
2 changed files with 18 additions and 18 deletions

View File

@ -115,7 +115,7 @@ export default function TopNavigation() {
<Link
href="/dashboard"
className="flex flex-shrink-0 items-center gap-x-2 self-center overflow-hidden">
<Logo className="h-8 w-8" />
<Logo className="h-8 w-8 text-black" />
<h2 className="text-2xl font-semibold">Documenso</h2>
</Link>