Skip to content

Commit c860367

Browse files
committed
Docs: Make the example a-themed-list to an a-themed-list as described (list-themes)
1 parent 5d48ce2 commit c860367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lists/lists-themes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ <h2>Theming list items</h2>
4141
<p>The list item color scheme can be changed to any button color theme swatch by adding the <code> data-theme</code> attribute to the list, and setting the letter theme swatch. Here is the same list above with the &quot;a&quot; swatch applied. </p>
4242

4343
<code>
44-
&lt;ul data-role=&quot;listview&quot; data-inset=&quot;true&quot; data-theme=&quot;d&quot;&gt;
44+
&lt;ul data-role=&quot;listview&quot; data-inset=&quot;true&quot; data-theme=&quot;a&quot;&gt;
4545
</code>
4646

47-
<ul data-role="listview" data-inset="true" data-theme="d">
47+
<ul data-role="listview" data-inset="true" data-theme="a">
4848
<li data-role="list-divider">Divider</li>
4949
<li><a href="index.html">Inbox <span class="ui-li-count">12</span></a></li>
5050
<li><a href="index.html">Outbox <span class="ui-li-count">0</span></a></li>

0 commit comments

Comments
 (0)