diff options
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 852731950..8c1a33245 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -311,7 +311,7 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() { icon={ <HandIcon strokeWidth={5.5} - style={pal.text as FontAwesomeIconStyle} + style={pal.text} size={isDesktop ? 24 : 27} /> } |