Set background color in index.html to match Slint

This commit is contained in:
2025-12-29 19:15:18 +01:00
parent 8f30e7d8bf
commit 0624b37f5a
+4
View File
@@ -8,6 +8,10 @@
init();
</script>
<style>
body {
/* same background color as the Slint app */
background: #1b1b1b;
}
#canvas {
/* Force Slint to occupy the entire viewport */
width: 100vw !important;