Skip to content

Commit

Permalink
refactor(ui): Make json view text text-sm
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Jun 6, 2024
1 parent 0a4df92 commit 395856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/workspace/panel/udf-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export function ActionInputs({
console.log("changed", params)
setInputs(params.src)
}}
className="text-xs"
className="text-sm"
/>
</div>
<div className="w-full space-y-2 py-4">
Expand Down

0 comments on commit 395856a

Please sign in to comment.