From 076b1db75bfa2a5c028de92e7bdbf3a1545231b2 Mon Sep 17 00:00:00 2001 From: samit Date: Fri, 20 Feb 2026 01:29:37 -0800 Subject: [PATCH] edited the font of the new parameters --- .../src/features/studio/sections/params-section.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/studio/frontend/src/features/studio/sections/params-section.tsx b/studio/frontend/src/features/studio/sections/params-section.tsx index edc21e0e0e..de82fb0fb5 100644 --- a/studio/frontend/src/features/studio/sections/params-section.tsx +++ b/studio/frontend/src/features/studio/sections/params-section.tsx @@ -534,7 +534,7 @@ export function ParamsSection(): ReactElement { value={store.optimizerType} onValueChange={(v) => store.setOptimizerType(v)} > - + @@ -542,7 +542,6 @@ export function ParamsSection(): ReactElement { {opt.label} @@ -571,7 +570,7 @@ export function ParamsSection(): ReactElement { value={store.lrSchedulerType} onValueChange={(v) => store.setLrSchedulerType(v)} > - + @@ -579,7 +578,6 @@ export function ParamsSection(): ReactElement { {opt.label}