Skip to content

Commit c891be7

Browse files
refactor(Trilemma): use Chakra token for border radius
update `borderTopRadius` value on `DrawerContent` usage Co-authored-by: Paul Wackerow <[email protected]>
1 parent 7e84e9e commit c891be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Trilemma/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const Trilemma = () => {
7070
placement="bottom"
7171
>
7272
<DrawerOverlay background="rgba(0,0,0,0.3)" />
73-
<DrawerContent borderTopRadius="1rem" background="background.base">
73+
<DrawerContent borderTopRadius="2xl" background="background.base">
7474
<Card {...cardDetail} background="none" border="none" my="8" />
7575
<DrawerCloseButton top="6" insetInlineEnd="6" />
7676
</DrawerContent>

0 commit comments

Comments
 (0)