fix: fill on blockmatic text svg

This commit is contained in:
trafficlunar 2024-12-24 17:42:32 +00:00
parent e3ae0de165
commit 1acc50012f
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ function Menubar() {
<DialogProvider>
<UIMenubar className="rounded-none border-t-0 border-x-0 col-span-2">
<Link to={{ pathname: "/" }} className="px-4 w-32">
<BlockmaticText className="h-full w-full" />
<BlockmaticText className="h-full w-full" fill="white" />
</Link>
<FileMenu />