File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments