Skip to content

Commit

Permalink
fix: RadioButtonPanel.storiesのlist-styleを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kawa-onushi committed May 23, 2024
1 parent 3a00da3 commit 631f6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const All: StoryFn = () => {
const handleChange = (e: ChangeEvent<HTMLInputElement>) => setCheckedName(e.currentTarget.name)

return (
<Stack as="ul" gap={2}>
<Stack as="ul" gap={2} className="shr-list-none">
<li>
<Fieldset title="標準的な使い方" titleType="blockTitle">
<Stack as="ul" gap={0.5} className="shr-ps-[unset]">
Expand Down

0 comments on commit 631f6cb

Please sign in to comment.