From 82e9084d44f6b799229cafb81fb6887acb00d36e Mon Sep 17 00:00:00 2001 From: Layne Date: Wed, 13 Apr 2022 01:26:59 -0400 Subject: [PATCH] fix background color sliders --- .../background-color/FurnitureBackgroundColorView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/room/widgets/furniture/background-color/FurnitureBackgroundColorView.tsx b/src/components/room/widgets/furniture/background-color/FurnitureBackgroundColorView.tsx index 28b21e0e..0d7bdc17 100644 --- a/src/components/room/widgets/furniture/background-color/FurnitureBackgroundColorView.tsx +++ b/src/components/room/widgets/furniture/background-color/FurnitureBackgroundColorView.tsx @@ -98,7 +98,7 @@ export const FurnitureBackgroundColorView: FC<{}> = props => setSaturation(event) } thumbClassName={ 'thumb percent' } @@ -109,7 +109,7 @@ export const FurnitureBackgroundColorView: FC<{}> = props => setLightness(event) } thumbClassName={ 'thumb percent' }