From 94fe72e12ffdd21a4aeed2638883623476696c3a Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Sat, 7 Dec 2024 11:34:49 +0300 Subject: [PATCH] LOVE widget: a different background (#7288) --- plugins/love-resources/src/components/LoveWidget.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/love-resources/src/components/LoveWidget.svelte b/plugins/love-resources/src/components/LoveWidget.svelte index ed6fea387e..2c0c273657 100644 --- a/plugins/love-resources/src/components/LoveWidget.svelte +++ b/plugins/love-resources/src/components/LoveWidget.svelte @@ -69,7 +69,6 @@ configure={configure && floor?._id === _floor._id} rooms={getRooms($rooms, _floor._id)} selected={floor?._id === _floor._id} - background={'var(--theme-navpanel-color)'} on:configure={() => { if (floor?._id === _floor._id) { configure = !configure