- No multisig found for your accounts or watched accounts.{' '}
- {isAllowedToConnectToExtension ? (
-
- ) : (
-
- )}
- or
-
+ No multisig found for your accounts or watched accounts.
+
+ {isAllowedToConnectToExtension ? (
+
+ ) : (
+
+ )}
+ or
+
+
)
}
@@ -26,8 +28,16 @@ const ConnectButtonWrapperStyled = styled('div')`
display: flex;
justify-content: center;
align-items: center;
+ flex-direction: column;
+`
+
+const ButtonWrapperStyled = styled('div')`
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 1rem 0;
- & > button {
- margin: 0 1rem;
+ button {
+ margin: 0 0.5rem;
}
`
diff --git a/packages/ui/src/components/Drawer/DrawerMenu.tsx b/packages/ui/src/components/Drawer/DrawerMenu.tsx
index 668e50cf..99038a6c 100644
--- a/packages/ui/src/components/Drawer/DrawerMenu.tsx
+++ b/packages/ui/src/components/Drawer/DrawerMenu.tsx
@@ -28,7 +28,7 @@ function DrawerMenu({ handleDrawerClose }: DrawerMenuProps) {