Skip to content

Commit

Permalink
feat: temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martonlederer committed Jun 19, 2023
1 parent 232fa90 commit 06c9a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modals/RestoreSession.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { ForwardRefComponent, HTMLMotionProps, Variants } from "framer-motion";
import { STRATEGY_STORE, syncStrategies } from "../strategy";
import type { Radius } from "../components/Provider";
import { DefaultTheme, withTheme } from "../theme";
import { Modal } from "../components/Modal/Modal";
import type Strategy from "../strategy/Strategy";
import type { Variants } from "framer-motion";
import { Button } from "../components/Button";
import useGlobalState from "../hooks/global";
import { useEffect, useState } from "react";
Expand Down Expand Up @@ -139,6 +139,7 @@ const BottomModal = withTheme(styled(Modal as any)<any>`
gap: 1.24rem;
padding: 0.75rem 1rem;
border-radius: ${(props) => radius[props.theme.themeConfig.radius as Radius] + "px"};
border-radius: 15px;
bottom: 0;
right: 1.5rem;
left: unset;
Expand Down

0 comments on commit 06c9a32

Please sign in to comment.