From ca0995285127c124c3d02c37301318eb8e641ea5 Mon Sep 17 00:00:00 2001 From: duckietm Date: Thu, 23 Apr 2026 10:55:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Fixed=20text=20beeing=20white=20?= =?UTF-8?q?in=20some=20containers=20for=20expl.=20Room-ads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../avatar-info/infostand/InfoStandWidgetFurniView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx b/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx index 50e3923..fd60fa1 100644 --- a/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx +++ b/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx @@ -681,7 +681,7 @@ export const InfoStandWidgetFurniView: FC = props return ( { key } - onFurniSettingChange(index, event.target.value) } /> + onFurniSettingChange(index, event.target.value) } /> ); }) } @@ -696,7 +696,7 @@ export const InfoStandWidgetFurniView: FC = props return ( { key } - onCustomVariableChange(index, event.target.value) } /> + onCustomVariableChange(index, event.target.value) } /> ); }) }