diff --git a/src/renderer/components/TopBar.tsx b/src/renderer/components/TopBar.tsx index 4babd69..5715004 100644 --- a/src/renderer/components/TopBar.tsx +++ b/src/renderer/components/TopBar.tsx @@ -1,8 +1,8 @@ import { Box, Button, Typography } from '@mui/material'; -import CloseIcon from '@mui/icons-material/Close'; -import MinimizeIcon from '@mui/icons-material/Minimize'; +import CloseRoundedIcon from '@mui/icons-material/CloseRounded'; import { useLocation, useNavigate } from 'react-router-dom'; -import ArrowBackIcon from '@mui/icons-material/ArrowBack'; +import ArrowBackRoundedIcon from '@mui/icons-material/ArrowBackRounded'; +import MinimizeRoundedIcon from '@mui/icons-material/MinimizeRounded'; declare global { interface Window { @@ -90,7 +90,7 @@ export default function TopBar({ onRegister }: TopBarProps) { minHeight: 'unset', }} > - + )} @@ -163,7 +163,10 @@ export default function TopBar({ onRegister }: TopBarProps) { aria-hidden="true" viewBox="0 0 24 24" > - +