Update mui dependencies

This commit is contained in:
schroda
2024-09-03 17:15:47 +02:00
parent 161a2bb657
commit d1d37c8516
37 changed files with 349 additions and 166 deletions

View File

@@ -92,7 +92,13 @@ export const TrackerSearch = ({
return (
<>
<DialogTitle sx={{ padding: DIALOG_PADDING }}>
<Stack direction="row" gap="10px" alignItems="center">
<Stack
direction="row"
sx={{
gap: '10px',
alignItems: 'center',
}}
>
<IconButton onClick={closeSearchMode}>
{getOptionForDirection(<ArrowBack />, <ArrowForwardIcon />)}
</IconButton>
@@ -164,8 +170,8 @@ export const TrackerSearch = ({
{showTrackButton && (
<Stack
direction="row"
justifyContent="center"
sx={{
justifyContent: 'center',
position: 'absolute',
left: 0,
right: 0,