diff --git a/packages/frontend/src/pages/room.default-heya-options.vue b/packages/frontend/src/pages/room.default-heya-options.vue
index b391aeee60..e3366a4112 100644
--- a/packages/frontend/src/pages/room.default-heya-options.vue
+++ b/packages/frontend/src/pages/room.default-heya-options.vue
@@ -69,7 +69,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
wallpaper
-
+
{ const c = getRgb(v); if (c != null) update({ ceiling: { ...options.ceiling, color: c } }); }">
color
@@ -86,7 +86,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
material
-
+
{ const c = getRgb(v); if (c != null) update({ flooring: { ...options.flooring, color: c } }); }">
color
diff --git a/packages/frontend/src/pages/room.default-heya-pillar-options.vue b/packages/frontend/src/pages/room.default-heya-pillar-options.vue
index f319f64ecb..8c486496ae 100644
--- a/packages/frontend/src/pages/room.default-heya-pillar-options.vue
+++ b/packages/frontend/src/pages/room.default-heya-pillar-options.vue
@@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
wallpaper
-
+
{ const c = getRgb(v); if (c != null) update({ color: c }); }">
color
diff --git a/packages/frontend/src/pages/room.default-heya-wall-options.vue b/packages/frontend/src/pages/room.default-heya-wall-options.vue
index 1e88ce2876..940dfb6b25 100644
--- a/packages/frontend/src/pages/room.default-heya-wall-options.vue
+++ b/packages/frontend/src/pages/room.default-heya-wall-options.vue
@@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
wallpaper
-
+
{ const c = getRgb(v); if (c != null) update({ color: c }); }">
color
@@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
beam material
-
+
{ const c = getRgb(v); if (c != null) update({ beamColor: c }); }">
beam color
diff --git a/packages/frontend/src/pages/room.heya-options.vue b/packages/frontend/src/pages/room.heya-options.vue
index 908ba52c76..8863fe004c 100644
--- a/packages/frontend/src/pages/room.heya-options.vue
+++ b/packages/frontend/src/pages/room.heya-options.vue
@@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
Heya type
-
+
{ const c = getRgb(v); if (c != null) controller.updateRoomLightColor(c); }">
light color