Skip to content

Commit ff982da

Browse files
authored
Update index.html
1 parent 19b0be2 commit ff982da

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

demo/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2>Tabs</h2>
5050
<h2>Chips</h2>
5151
<div class="ultra-chip">Clickable Chip</div>
5252
<div class="ultra-chip chip-permanent">Permanent Chip</div>
53-
<div class="ultra-chip" style="background-color: lavender; color: #333;">Custom Color Chip</div>
53+
<div class="ultra-chip" style="background-color: #f9c74f; color: #333;">Custom Color Chip</div>
5454
</section>
5555

5656
<section class="demo-section">
@@ -66,6 +66,13 @@ <h2>Modals</h2>
6666
Show Modal
6767
</button>
6868
</section>
69+
70+
<section class="demo-section">
71+
<h2>Sections</h2>
72+
<section class="ultra-section">
73+
This is a section
74+
</section>
75+
</section>
6976
<script src="../dist/ultra.js" onload="Ultra.init()"></script>
7077
</body>
7178
</html>

0 commit comments

Comments
 (0)