Skip to content

Commit

Permalink
Remove unused ColorChangeButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatehito committed Jan 29, 2024
1 parent bd812a9 commit 78cc14f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/molecules/TurtleGraphicsController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ export const TurtleGraphicsController: React.FC<TurtleGraphicsControllerProps> =
handleOnClick={() => handleChangeCharacterColorButton('purple')}
selectedColor={selectedCharacter.color}
/>
<ColorChangeButton
color={undefined}
handleOnClick={() => handleChangeCharacterColorButton(undefined)}
selectedColor={selectedCharacter.color}
/>
</HStack>
<HStack>
<Button border={selectedCharacter.penDown ? '' : '1px'} onClick={() => handleClickCharacterPenUpButton()}>
Expand Down

0 comments on commit 78cc14f

Please sign in to comment.