diff --git a/src/components/room/widgets/furniture/FurnitureBackgroundColorView.tsx b/src/components/room/widgets/furniture/FurnitureBackgroundColorView.tsx index ce8e8a82..804462d6 100644 --- a/src/components/room/widgets/furniture/FurnitureBackgroundColorView.tsx +++ b/src/components/room/widgets/furniture/FurnitureBackgroundColorView.tsx @@ -20,7 +20,7 @@ export const FurnitureBackgroundColorView: FC<{}> = props => setHue(event) } thumbClassName={ 'thumb degree' } @@ -31,10 +31,10 @@ export const FurnitureBackgroundColorView: FC<{}> = props => setSaturation(event) } - thumbClassName={ 'thumb percent' } + thumbClassName={ 'thumb degree' } renderThumb={ (props, state) =>
{ state.valueNow }
} /> @@ -42,10 +42,10 @@ export const FurnitureBackgroundColorView: FC<{}> = props => setLightness(event) } - thumbClassName={ 'thumb percent' } + thumbClassName={ 'thumb degree' } renderThumb={ (props, state) =>
{ state.valueNow }
} />