diff --git a/web/apps/photos/src/components/Collections/CollectionShare.tsx b/web/apps/photos/src/components/Collections/CollectionShare.tsx index 461f7f8643..fee247b393 100644 --- a/web/apps/photos/src/components/Collections/CollectionShare.tsx +++ b/web/apps/photos/src/components/Collections/CollectionShare.tsx @@ -105,11 +105,6 @@ export const CollectionShare: React.FC = ({ anchor="right" open={props.open} onClose={handleDrawerClose} - slotProps={{ - backdrop: { - sx: { "&&&": { backgroundColor: "transparent" } }, - }, - }} > ) : ( - )} diff --git a/web/apps/photos/src/components/ExportPendingList.tsx b/web/apps/photos/src/components/ExportPendingList.tsx index 266bb0e221..c9e87afca8 100644 --- a/web/apps/photos/src/components/ExportPendingList.tsx +++ b/web/apps/photos/src/components/ExportPendingList.tsx @@ -71,7 +71,7 @@ const ExportPendingList = (props: Iprops) => { /> {t("close")} diff --git a/web/apps/photos/src/components/PhotoViewer/FileInfo.tsx b/web/apps/photos/src/components/PhotoViewer/FileInfo.tsx index 9a27993fb3..838cf5b374 100644 --- a/web/apps/photos/src/components/PhotoViewer/FileInfo.tsx +++ b/web/apps/photos/src/components/PhotoViewer/FileInfo.tsx @@ -964,10 +964,7 @@ const RawExif: React.FC = ({ caption={fileName} onRootClose={handleRootClose} actionButton={ - + } /> diff --git a/web/apps/photos/src/components/PhotoViewer/index.tsx b/web/apps/photos/src/components/PhotoViewer/index.tsx index 16c931a1d1..3fa8f01d83 100644 --- a/web/apps/photos/src/components/PhotoViewer/index.tsx +++ b/web/apps/photos/src/components/PhotoViewer/index.tsx @@ -1037,7 +1037,7 @@ const ConversionFailedNotification: React.FC< >