@@ -26,18 +26,18 @@ defineOptions({
})
const init = {
- color: { r: 0, g: 0, b: 0 }
+ color: { r: 255, g: 255, b: 255 }
}
onMounted(() => {
colorPicker = new iro.ColorPicker(".colorPicker", {
width: 300,
- color: "rgb(64, 128, 64)",
+ color: "rgb(255, 255, 255)",
borderWidth: 1,
borderColor: "#ffffff",
layout: [
{
- component: iro.ui.Box,
+ component: iro.ui.Wheel,
},
{
component: iro.ui.Slider,
diff --git a/WEBUI_SRC/src/pages/AppSettingsPage.vue b/WEBUI_SRC/src/pages/AppSettingsPage.vue
index 1b8f3b1..6d04040 100644
--- a/WEBUI_SRC/src/pages/AppSettingsPage.vue
+++ b/WEBUI_SRC/src/pages/AppSettingsPage.vue
@@ -1,6 +1,5 @@
-
diff --git a/WEBUI_SRC/src/pages/HomePage.vue b/WEBUI_SRC/src/pages/HomePage.vue
index fe50fbd..4a26cfa 100644
--- a/WEBUI_SRC/src/pages/HomePage.vue
+++ b/WEBUI_SRC/src/pages/HomePage.vue
@@ -1,12 +1,11 @@
-
+