mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update icon styles
This commit is contained in:
@@ -29,14 +29,14 @@ const FloatingNavButton = () => {
|
||||
className="w-full text-left text-sm flex flex-row justify-center items-center whitespace-nowrap leading-6 py-1 px-3 cursor-pointer hover:bg-gray-100 dark:hover:bg-zinc-600"
|
||||
onClick={handleScrollToTop}
|
||||
>
|
||||
<Icon.ArrowUpToLine strokeWidth={1} className="w-4 h-auto mr-1" />
|
||||
<Icon.ArrowUpToLine className="w-4 h-auto mr-1 opacity-70" />
|
||||
{t("router.back-to-top")}
|
||||
</button>
|
||||
<button
|
||||
className="w-full text-left text-sm flex flex-row justify-center items-center whitespace-nowrap leading-6 py-1 px-3 cursor-pointer hover:bg-gray-100 dark:hover:bg-zinc-600"
|
||||
onClick={() => navigateTo("/")}
|
||||
>
|
||||
<Icon.Home strokeWidth={1} className="w-4 h-auto mr-1" />
|
||||
<Icon.Home className="w-4 h-auto mr-1 opacity-70" />
|
||||
{t("router.go-to-home")}
|
||||
</button>
|
||||
</Menu>
|
||||
|
Reference in New Issue
Block a user