mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add aria-lable for temperature control range input
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
71d344d0a8
commit
f8f571414a
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export const TemperatureControl = ({ value, onChange, maxValue = 1 }: Temperatur
|
|||
{isCustomTemperature && (
|
||||
<div>
|
||||
<div style={{ display: "flex", alignItems: "center", gap: "5px" }}>
|
||||
<input
|
||||
<input aria-label="Temperature control range input"
|
||||
type="range"
|
||||
min="0"
|
||||
max={maxValue}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue