diff --git a/.changelog/2168.internal.md b/.changelog/2168.internal.md new file mode 100644 index 0000000000..934f9783a1 --- /dev/null +++ b/.changelog/2168.internal.md @@ -0,0 +1 @@ +Solve warning about missing dialog title diff --git a/src/app/components/LayerPicker/index.tsx b/src/app/components/LayerPicker/index.tsx index 9427bad574..936b873d2e 100644 --- a/src/app/components/LayerPicker/index.tsx +++ b/src/app/components/LayerPicker/index.tsx @@ -2,7 +2,7 @@ import { FC, useState } from 'react' import { useTranslation } from 'react-i18next' import Box from '@mui/material/Box' import Button from '@mui/material/Button' -import { Drawer, DrawerContent } from '@oasisprotocol/ui-library/src/components/ui/drawer' +import { Drawer, DrawerContent, DrawerTitle } from '@oasisprotocol/ui-library/src' import { Separator } from '@oasisprotocol/ui-library/src/components/ui/separator' import Grid from '@mui/material/Unstable_Grid2' import { HomePageLink } from '../PageLayout/Logotype' @@ -106,9 +106,11 @@ const LayerPickerContent: FC = ({ isOutOfDate, onClose, return ( - - - + + + + + {isTablet && (
diff --git a/ui-library b/ui-library index 35b987361a..8562326768 160000 --- a/ui-library +++ b/ui-library @@ -1 +1 @@ -Subproject commit 35b987361a6a6286d4c0eb1f5aa7d3ca92d3057f +Subproject commit 856232676828081ba9a806d9d9646b4f41668112