Skip to content

Commit 6e5d83e

Browse files
committed
test change in modal
1 parent fff6a61 commit 6e5d83e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/simple-app/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const HTML = `<!DOCTYPE html>
44
<html lang="en">
55
<head>
66
<meta charset="UTF-8">
7-
<title>Test App</title>
7+
<title>Test Demo App</title>
88
<style>
99
body { font-family: sans-serif; padding: 2rem; background: #f5f5f5; }
1010
h1 { color: #333; }
@@ -43,7 +43,7 @@ const HTML = `<!DOCTYPE html>
4343
<button class="close-btn" id="close-modal" aria-label="Close">&times;</button>
4444
<h2>Virtual Try-On</h2>
4545
<p>See how these headphones look on you using your camera.</p>
46-
<button id="start-tryon">Start Try-On</button>
46+
<button id="start-tryon" style="background:#6366f1">Start Try-On</button>
4747
</div>
4848
</div>
4949

0 commit comments

Comments
 (0)