Skip to content

Commit

Permalink
feat: ToggleSwitchのインデント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidetaro7 committed Sep 3, 2021
1 parent a95957e commit 6e9afb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tailwindcss/stories/ToggleSwitch.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Template = () => {
<div class="toggle-switch w-16 h-8">
<input id="default" type='checkbox' />
<label for="default" />
<span class="w-8 h-8"></span>
<span class="w-8 h-8"></span>
</div>
`;
};
Expand All @@ -18,7 +18,7 @@ const SmallTemplate = () => {
<div class="toggle-switch w-8 h-4">
<input id="small" type='checkbox' />
<label for="small" />
<span class="w-4 h-4"></span>
<span class="w-4 h-4"></span>
</div>
`;
};
Expand Down

0 comments on commit 6e9afb5

Please sign in to comment.