diff --git a/webapp/app.ironcalc.com/frontend/src/components/FileMenu.tsx b/webapp/app.ironcalc.com/frontend/src/components/FileMenu.tsx index c7d1820..d292233 100644 --- a/webapp/app.ironcalc.com/frontend/src/components/FileMenu.tsx +++ b/webapp/app.ironcalc.com/frontend/src/components/FileMenu.tsx @@ -192,7 +192,7 @@ const MenuItemWrapper = styled(MenuItem)` height: 32px; `; -const FileMenuWrapper = styled.button<{ $isActive?: boolean }>` +const FileMenuWrapper = styled.button<{ $isActive: boolean }>` display: flex; align-items: center; font-size: 12px;