Fix: Remove useless styles
This commit is contained in:
parent
ae91e35449
commit
75bc420a56
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,7 @@ function VariableNodeDisplay({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return <div className="inline-flex items-center mr-1">{content}</div>;
|
||||||
<div className="text-primary inline-flex items-center mr-1">{content}</div>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function VariableDisplay({ content, getLabel }: VariableDisplayProps) {
|
export function VariableDisplay({ content, getLabel }: VariableDisplayProps) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue