Skip to content

Commit

Permalink
fix: Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Dec 17, 2024
1 parent d14d267 commit 511fb08
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ const Template = ( args ) => {
<Container.Item className="ml-auto">
<Switch
id="inherit"
size="lg"
size="md"
defaultValue={ false }
/>
</Container.Item>
Expand Down Expand Up @@ -485,7 +485,7 @@ const Template = ( args ) => {
<Container.Item className="ml-auto">
<Switch
id="custom-css"
size="lg"
size="md"
defaultValue={ true }
/>
</Container.Item>
Expand Down Expand Up @@ -518,7 +518,7 @@ const Template = ( args ) => {
<Container.Item className="ml-auto">
<Switch
id="copy-paste-styles"
size="lg"
size="md"
defaultValue={ true }
/>
</Container.Item>
Expand Down Expand Up @@ -552,7 +552,7 @@ const Template = ( args ) => {
<Container.Item className="ml-auto">
<Switch
id="block-recovery"
size="lg"
size="md"
defaultValue={ true }
/>
</Container.Item>
Expand Down Expand Up @@ -585,7 +585,7 @@ const Template = ( args ) => {
<Container.Item className="ml-auto">
<Switch
id="font-awesome-support"
size="lg"
size="md"
defaultValue={ true }
/>
</Container.Item>
Expand Down

0 comments on commit 511fb08

Please sign in to comment.