Skip to content

Commit

Permalink
#148 adjust stroke of basic shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleojake committed Aug 13, 2024
1 parent c0f13a7 commit 31cfca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/shapes/diamond.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/shapes/rectangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const RectangleShape = forwardRef<any, ShapeProps>(
height={restrictedHeight}
strokeWidth={2}
stroke="black"
fille={null}
fill={'white'}
cornerRadius={5}
/>
</Group>
Expand Down

0 comments on commit 31cfca2

Please sign in to comment.