WIP Исправил ошибки ввода в числовой инпут
This commit is contained in:
@@ -819,8 +819,8 @@ export const protocolForms = [
|
||||
title: "Реакция на холод",
|
||||
label: "Температура",
|
||||
shadowText: "º",
|
||||
max: 100,
|
||||
min: 1,
|
||||
max: 25,
|
||||
min: -40,
|
||||
color: "var(--font-cold-color)",
|
||||
bg: "var(--bg-cold-color)",
|
||||
icon: "ac_unit",
|
||||
@@ -833,7 +833,7 @@ export const protocolForms = [
|
||||
label: "Температура",
|
||||
shadowText: "º",
|
||||
max: 100,
|
||||
min: 1,
|
||||
min: 45,
|
||||
color: "var(--font-heat-color)",
|
||||
bg: "var(--bg-heat-color)",
|
||||
icon: "local_fire_department",
|
||||
|
||||
Reference in New Issue
Block a user