aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/mac/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/mac/index.html b/templates/mac/index.html
index 8606a06..c03cd3b 100644
--- a/templates/mac/index.html
+++ b/templates/mac/index.html
@@ -10,7 +10,7 @@
</head>
<body>
- <div class="window">
+ <div class="window dark">
<header class="titlebar draggable">
<h1 class="window-title">macOS Native Kit</h1>
<div class="toolbars">
@@ -37,7 +37,7 @@
Filters
</button>
- <div class="progress-circle progress-34"></div>
+ <div class="progress-circle progress-38"></div>
<div class="progress-spinner" id="progress-spinner"></div>
@@ -56,7 +56,7 @@
</div>
</div>
</header>
- <div class="content"></div>
+ <div class="content "></div>
<footer class="titlebar statusbar">
<h1 class="window-title">Native Kit</h1>
</footer>
@@ -66,7 +66,7 @@
var target = document.getElementById('progress-spinner');
var spinner = new Spinner().spin(target);
</script>
-
+
</body>
</html> \ No newline at end of file