We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241919c commit 1ab06f9Copy full SHA for 1ab06f9
src/components/Trilemma/index.tsx
@@ -1,6 +1,5 @@
1
import { useTranslation } from "next-i18next"
2
import {
3
- Box,
4
Drawer,
5
DrawerCloseButton,
6
DrawerContent,
@@ -68,8 +67,8 @@ const Trilemma = () => {
68
67
placement="bottom"
69
>
70
<DrawerOverlay background="rgba(0,0,0,0.3)" />
71
- <DrawerContent borderTopRadius="1rem" background="background.base">
72
- <Card {...cardDetail} background="none" border="none" my={8} />
+ <DrawerContent borderTopRadius="2xl" background="background.base">
+ <Card {...cardDetail} background="none" border="none" my="8" />
73
<DrawerCloseButton top="6" insetInlineEnd="6" />
74
</DrawerContent>
75
</Drawer>
0 commit comments