style: update font sizes in NodeConfigPanel and WorkflowConfigPanel for improved readability

This commit is contained in:
mlogclub
2026-06-30 15:58:12 +08:00
parent 5a1fddf8ba
commit e78e7414e5
2 changed files with 26 additions and 26 deletions
@@ -144,7 +144,7 @@ export function WorkflowConfigPanel({
</Button>
</div>
{panelDescription ? (
<div className="mt-1 text-xs leading-5 text-slate-500">
<div className="mt-1 text-sm leading-5 text-slate-500">
{panelDescription}
</div>
) : null}