Skip to content

Commit

Permalink
feat: ボタン群の下に赤字で「右クリックでマスを白色に戻せます。」を表示する (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Sakamoto, Kazunori <[email protected]>
  • Loading branch information
hishiwat and exKAZUu committed Sep 26, 2024
1 parent cd35fa1 commit efb4818
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
HStack,
Icon,
IconButton,
Spacer,
VStack,
} from '../../../../../../../../infrastructures/useClient/chakra';
import type { Problem } from '../../../../../../../../problems/generateProblem';
Expand Down Expand Up @@ -257,13 +256,12 @@ export const BoardEditor = forwardRef<TurtleGraphicsHandle, TurtleGraphicsProps>
タートルを配置
</Button>
)}
{selectedPosition && (
<Box color="brand.600" fontSize="sm">
右クリックでマスを白色に戻せます。
</Box>
)}
</VStack>

<Spacer />

<Box color="gray.600" fontSize="sm">
右クリックでマスを白色に戻せます。
</Box>
</VStack>
</HStack>
);
Expand Down

0 comments on commit efb4818

Please sign in to comment.