Skip to content

Commit d31885d

Browse files
committed
feat(CC-batch-4): review-athon round 3 followup
1 parent 88dd012 commit d31885d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/code-connect/components/Drawer/Drawer.figma.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ figma.connect(
5252
onExpand={() => {}}
5353
>
5454
<DrawerContent
55+
colorVariant={props.colorVariant}
5556
panelContent={
56-
<DrawerPanelContent colorVariant={props.colorVariant}>
57+
<DrawerPanelContent>
5758
<DrawerHead>
5859
<span tabIndex={1}>Drawer panel header</span>
5960
<DrawerActions>

0 commit comments

Comments
 (0)