Skip to content

Commit

Permalink
Merge eb5d477 into ffc0eba
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Dec 5, 2023
2 parents ffc0eba + eb5d477 commit 726577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/SelectPanel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A `SelectPanel` provides an anchor that will open an overlay with a list of sele

```javascript live noinline
function getColorCircle(color) {
return (
return () => (
<Box
borderWidth="1px"
borderStyle="solid"
Expand Down

0 comments on commit 726577b

Please sign in to comment.