diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx index b6c127f4..3c45b4bb 100644 --- a/frontend/src/components/workspace/input-box.tsx +++ b/frontend/src/components/workspace/input-box.tsx @@ -732,12 +732,9 @@ export function InputBox({ onClose={closeInputToolsTour} onFinish={closeInputToolsTour} gap={ - { offset: 4 , radius: 2 } + { offset: 3 , radius:10 } } mask={{ - style: { - boxShadow: 'inset 0 0 15px #333', - }, color: 'rgba(255,255,255, .8)', }} steps={inputToolsTourSteps}