@@ -3,6 +3,10 @@
height: 100%;
}
+button::after {
+ border: none;
+}
+
page {
--overlay-background-color: rgba(0, 0, 0, 0.6);
--search-background-color: #f4f4f4;
@@ -1,4 +1,4 @@
-const environmentVariable = "online";
+const environmentVariable = "test";
const apiUrlInfo = {
dev: "https://dev.kt.colexiu.com",
test: "https://test.kt.colexiu.com",