From 8e1d9b3106dc8acbf46e1dd1a44bfd79724a46b5 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:38:19 +0100 Subject: [PATCH] Change reader non-static nav bar icon --- .../overlay/navigation/desktop/ReaderNavBarDesktop.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/reader/components/overlay/navigation/desktop/ReaderNavBarDesktop.tsx b/src/modules/reader/components/overlay/navigation/desktop/ReaderNavBarDesktop.tsx index d8cf97c6..4c0d446a 100644 --- a/src/modules/reader/components/overlay/navigation/desktop/ReaderNavBarDesktop.tsx +++ b/src/modules/reader/components/overlay/navigation/desktop/ReaderNavBarDesktop.tsx @@ -13,6 +13,7 @@ import IconButton from '@mui/material/IconButton'; import ArrowBack from '@mui/icons-material/ArrowBack'; import ArrowForwardIcon from '@mui/icons-material/ArrowForward'; import PushPinIcon from '@mui/icons-material/PushPin'; +import PushPinOutlinedIcon from '@mui/icons-material/PushPinOutlined'; import Divider from '@mui/material/Divider'; import { memo, useCallback, useLayoutEffect, useRef, useState } from 'react'; import Drawer from '@mui/material/Drawer'; @@ -123,7 +124,7 @@ const BaseReaderNavBarDesktop = ({ }} color={isStaticNav ? 'primary' : 'inherit'} > - + {isStaticNav ? : }