edited the font of the new parameters
This commit is contained in:
parent
474e4be1ac
commit
076b1db75b
1 changed files with 2 additions and 4 deletions
|
|
@ -534,7 +534,7 @@ export function ParamsSection(): ReactElement {
|
|||
value={store.optimizerType}
|
||||
onValueChange={(v) => store.setOptimizerType(v)}
|
||||
>
|
||||
<SelectTrigger className="w-48 font-mono">
|
||||
<SelectTrigger className="w-48">
|
||||
<SelectValue />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
|
|
@ -542,7 +542,6 @@ export function ParamsSection(): ReactElement {
|
|||
<SelectItem
|
||||
key={opt.value}
|
||||
value={opt.value}
|
||||
className="font-mono"
|
||||
>
|
||||
{opt.label}
|
||||
</SelectItem>
|
||||
|
|
@ -571,7 +570,7 @@ export function ParamsSection(): ReactElement {
|
|||
value={store.lrSchedulerType}
|
||||
onValueChange={(v) => store.setLrSchedulerType(v)}
|
||||
>
|
||||
<SelectTrigger className="w-48 font-mono">
|
||||
<SelectTrigger className="w-48">
|
||||
<SelectValue />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
|
|
@ -579,7 +578,6 @@ export function ParamsSection(): ReactElement {
|
|||
<SelectItem
|
||||
key={opt.value}
|
||||
value={opt.value}
|
||||
className="font-mono"
|
||||
>
|
||||
{opt.label}
|
||||
</SelectItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue