Skip to content

Commit 1ab06f9

Browse files
committed
style: use token, remove imports
1 parent 241919c commit 1ab06f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Trilemma/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useTranslation } from "next-i18next"
22
import {
3-
Box,
43
Drawer,
54
DrawerCloseButton,
65
DrawerContent,
@@ -68,8 +67,8 @@ const Trilemma = () => {
6867
placement="bottom"
6968
>
7069
<DrawerOverlay background="rgba(0,0,0,0.3)" />
71-
<DrawerContent borderTopRadius="1rem" background="background.base">
72-
<Card {...cardDetail} background="none" border="none" my={8} />
70+
<DrawerContent borderTopRadius="2xl" background="background.base">
71+
<Card {...cardDetail} background="none" border="none" my="8" />
7372
<DrawerCloseButton top="6" insetInlineEnd="6" />
7473
</DrawerContent>
7574
</Drawer>

0 commit comments

Comments
 (0)