Skip to content

Commit

Permalink
Updated attributes in DarkMode example
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 15, 2024
1 parent 67fb47f commit daa5871
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/stories/dropdown.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ export const Split = () => html`
export const DarkMode = () => html`
<cod-dropdown data-split="false">
<cod-button
data-label="Dropdown button"
data-background-color="primary"
data-primary="true"
data-img-alt=""
data-icon=""
label="Dropdown button"
background-color="primary"
primary="true"
img-alt=""
icon=""
data-bs-toggle="dropdown"
aria-expanded="false"
data-extra-classes="dropdown-toggle"
extra-classes="dropdown-toggle"
></cod-button>
<cod-dropdown-menu data-dark-mode="true">
<li><a class="dropdown-item" href="#">Action</a></li>
Expand Down

0 comments on commit daa5871

Please sign in to comment.