Skip to content

Commit

Permalink
Updated boolean variables in file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 19, 2024
1 parent 042b530 commit 51c401c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/stories/dropdown.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Basic = () => html`
<cod-button
label="Dropdown button"
background-color="primary"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -49,7 +49,7 @@ export const Variations = () => html`
<cod-button
label="Dropdown button"
background-color="primary"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -68,7 +68,7 @@ export const Variations = () => html`
<cod-button
label="Dropdown button"
background-color="secondary"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -87,7 +87,7 @@ export const Variations = () => html`
<cod-button
label="Dropdown button"
background-color="success"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -106,7 +106,7 @@ export const Variations = () => html`
<cod-button
label="Dropdown button"
background-color="info"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -125,7 +125,7 @@ export const Variations = () => html`
<cod-button
label="Dropdown button"
background-color="warning"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -144,7 +144,7 @@ export const Variations = () => html`
<cod-button
label="Dropdown button"
background-color="danger"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down Expand Up @@ -173,7 +173,7 @@ export const Split = () => html`
<cod-button
label=""
background-color="primary"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -197,7 +197,7 @@ export const DarkMode = () => html`
<cod-button
label="Dropdown button"
background-color="primary"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down

0 comments on commit 51c401c

Please sign in to comment.