Skip to content

Commit

Permalink
Merge pull request #153 from keitaroinc/border-color-picker
Browse files Browse the repository at this point in the history
Add value for border color
  • Loading branch information
darkokeitaro authored Dec 24, 2024
2 parents 7b41529 + 6fdff84 commit 37695ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CanvasBorder/CanvasBorder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const CanvasBorder: React.FunctionComponent = () => {
<HeaderComponent>
<Heading title="Border" />
<ColorPicker
inputValue="#000000"
inputValue={canvasBorderValues.color}
inputId="canvasBorderColorPicker"
inputTitle="Border Color"
onChange={(e: any) =>
Expand Down

0 comments on commit 37695ac

Please sign in to comment.