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:
Joe Manley 2025-02-07 23:32:27 -08:00 committed by GitHub
parent 71d344d0a8
commit f8f571414a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}