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 7e84e9e commit c891be7Copy full SHA for c891be7
src/components/Trilemma/index.tsx
@@ -70,7 +70,7 @@ const Trilemma = () => {
70
placement="bottom"
71
>
72
<DrawerOverlay background="rgba(0,0,0,0.3)" />
73
- <DrawerContent borderTopRadius="1rem" background="background.base">
+ <DrawerContent borderTopRadius="2xl" background="background.base">
74
<Card {...cardDetail} background="none" border="none" my="8" />
75
<DrawerCloseButton top="6" insetInlineEnd="6" />
76
</DrawerContent>
0 commit comments