Skip to content

Commit

Permalink
hulled outline set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroberetta committed Oct 25, 2023
1 parent 708df23 commit 67e4b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo-app-ts/src/components/StyleGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const StyleGroup: React.FunctionComponent<StyleGroupProps> = ({
collapsedWidth={collapsedWidth}
collapsedHeight={collapsedHeight}
showLabel={detailsLevel === ScaleDetailsLevel.high}
hulledOutline={false}
hulledOutline={true}
{...rest}
{...passedData}
>
Expand Down

0 comments on commit 67e4b8e

Please sign in to comment.