Skip to content

Commit

Permalink
Merge pull request #9 from ia7ck/switch-click
Browse files Browse the repository at this point in the history
labelをクリックしてswitchを切り替えられる
  • Loading branch information
ia7ck authored Oct 23, 2024
2 parents 749f43e + 51e5216 commit 84b27eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graph/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default function Graph() {
</legend>
<VSpace size="S" />
<Field className="flex items-center">
<Label as="span" className="mr-3 text-sm">
<Label className="mr-3 text-sm">
<span className="font-medium text-gray-900">directed</span>
</Label>
<Switch
Expand Down

0 comments on commit 84b27eb

Please sign in to comment.