Skip to content

Commit 3d4ab13

Browse files
committed
Update Demos
1 parent cc5e43d commit 3d4ab13

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

docs/dialog-demo/composeApp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/icon-demo/composeApp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Available for 🖥️ Desktop, 🌐 Web (Js/WASM), 🤖 Android, 🍎 iOS, and a
9494
"@alexstyl just wanted to let you know that we just transition from M3 Modal Bottom Sheet to your Compose Unstyled one and <a class="highlight" href="/modal-bottom-sheet">it fixed multiple issues 🎉</a>"
9595
</div>
9696
<div class="testimonial-author">
97-
<h3>Matt Kula</h3>
97+
<div>Matt Kula</div>
9898
<p>Android @ Warner Music Group</p>
9999
</div>
100100
</div>
@@ -110,7 +110,7 @@ Available for 🖥️ Desktop, 🌐 Web (Js/WASM), 🤖 Android, 🍎 iOS, and a
110110
<a class="highlight" href="/modal-bottom-sheet">Simpler API, and it actually works.</a> I like it a lot, after continuously having something broken with the (Material Compose) bottom sheets."
111111
</div>
112112
<div class="testimonial-author">
113-
<h3>Jacob Ras</h3>
113+
<div>Jacob Ras</div>
114114
<p>Android Engineer @ Albert Heijn</p>
115115
</div>
116116
</div>
@@ -125,7 +125,7 @@ Available for 🖥️ Desktop, 🌐 Web (Js/WASM), 🤖 Android, 🍎 iOS, and a
125125
"This man did, what Googlers couldn't in 3 years of <a class="highlight" href="/scrollarea">scrollbars</a> "being on the roadmap" #androiddev"
126126
</div>
127127
<div class="testimonial-author">
128-
<h3>Gabor Varadi</h3>
128+
<div>Gabor Varadi</div>
129129
<p>EpicPandaForce @ SO</p>
130130
</div>
131131
</div>
@@ -141,25 +141,25 @@ Available for 🖥️ Desktop, 🌐 Web (Js/WASM), 🤖 Android, 🍎 iOS, and a
141141
Plus, I needed high-quality, non-Material looking components for my Compose Multiplatform (desktop) apps, hence this library was born."
142142
</div>
143143
<div class="testimonial-author">
144-
<h3>Alex Styl</h3>
144+
<div>Alex Styl</div>
145145
<p>Author of Compose Unstyled</p>
146146
</div>
147147
</div>
148148
</div>
149149

150150
<style>
151151
.highlight {
152-
background: #fce74c; /* Softer, nicer yellow */
153-
padding: 0 2px; /* Adds some space around the text */
154-
border-radius: 3px; /* Slightly rounds the corners */
155-
box-shadow: 0 0 5px rgba(252, 231, 76, 0.5); /* Creates a glowing effect */
156-
color: black; /* Sets the text color to black */
157-
font-weight: bold; /* Optional: makes the text bolder for emphasis */
152+
background: #fce74c;
153+
padding: 0 2px;
154+
border-radius: 3px;
155+
box-shadow: 0 0 5px rgba(252, 231, 76, 0.5);
156+
color: black;
157+
font-weight: bold;
158158
}
159159

160160
.highlight a {
161-
color: black; /* Sets the link text color to black */
162-
text-decoration: none; /* Optional: removes underline from link */
161+
color: black;
162+
text-decoration: none;
163163
}
164164
.testimonial-container {
165165
display: flex;
@@ -178,7 +178,7 @@ Plus, I needed high-quality, non-Material looking components for my Compose Mult
178178
width: 100%;
179179
height: 100%;
180180
object-fit: cover;
181-
border-radius: 10px; /* Rounded corners for the image */
181+
border-radius: 10px;
182182
}
183183
.testimonial-content {
184184
flex: 1;

docs/menu-demo/composeApp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/menu-demo/composeApp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modalsheet-demo/composeApp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scrollarea-demo/composeApp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scrollarea-demo/composeApp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/separators-demo/composeApp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/separators-demo/composeApp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)