Skip to content

Commit

Permalink
docs(accordion): fix width-adjustment value
Browse files Browse the repository at this point in the history
  • Loading branch information
marionnegp committed Nov 4, 2024
1 parent 470c181 commit be3da49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/rh-accordion/docs/20-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ smaller.

<div class="grid sm-two-columns">
<uxdot-best-practice variant="do">
<uxdot-example slot="image" color-palette="darkest" width-adjustment="256px">
<uxdot-example slot="image" color-palette="darkest" width-adjustment="482px">
<img src="../accordion-best-practices-mixing-themes-do.svg"
alt="Dark theme accordion against a dark background"
width="482"
Expand All @@ -229,7 +229,7 @@ smaller.
</uxdot-best-practice>

<uxdot-best-practice variant="dont">
<uxdot-example slot="image" color-palette="darkest" width-adjustment="256px">
<uxdot-example slot="image" color-palette="darkest" width-adjustment="482px">
<img src="../accordion-best-practices-mixing-themes-dont.svg"
alt="Light theme accordion against a light background"
width="482"
Expand Down

0 comments on commit be3da49

Please sign in to comment.