From 9c940f54e9511ed096ced7f8d2598923c22c667a Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Wed, 16 Oct 2024 10:34:12 +0200 Subject: [PATCH] fix: add code lost in rebase --- components/TempDesignSystem/SidePeek/index.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/components/TempDesignSystem/SidePeek/index.tsx b/components/TempDesignSystem/SidePeek/index.tsx index c1a432eb8..708404d15 100644 --- a/components/TempDesignSystem/SidePeek/index.tsx +++ b/components/TempDesignSystem/SidePeek/index.tsx @@ -2,15 +2,10 @@ import { useIsSSR } from "@react-aria/ssr" import { useContext, useState } from "react" -import { - Dialog, - DialogTrigger, - Modal, - ModalOverlay, -} from "react-aria-components" +import { Dialog, Modal, ModalOverlay } from "react-aria-components" import { useIntl } from "react-intl" -import { CloseIcon } from "@/components/Icons" +import { CloseLargeIcon } from "@/components/Icons" import { SidePeekContext } from "@/components/SidePeekProvider" import Button from "../Button" @@ -57,7 +52,9 @@ function SidePeek({ @@ -81,7 +78,7 @@ function SidePeek({ intent="text" onPress={onClose} > - +
{children}