fix: style of var reference in LLM jinja edtior

pull/20566/head
JzoNg 1 year ago
parent 134252a997
commit 01d1da1035

@ -148,7 +148,7 @@ const CodeEditor: FC<Props> = ({
{isShowVarPicker && ( {isShowVarPicker && (
<div <div
ref={popupRef} ref={popupRef}
className='w-[228px] space-y-1 rounded-lg border border-gray-200 bg-white p-1 shadow-lg' className='w-[228px] space-y-1 rounded-lg border border-components-panel-border bg-components-panel-bg p-1 shadow-lg'
style={{ style={{
position: 'fixed', position: 'fixed',
top: popupPosition.y, top: popupPosition.y,

Loading…
Cancel
Save