Skip to content

Commit f8f5714

Browse files
Add aria-lable for temperature control range input
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 71d344d commit f8f5714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/TemperatureControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const TemperatureControl = ({ value, onChange, maxValue = 1 }: Temperatur
4646
{isCustomTemperature && (
4747
<div>
4848
<div style={{ display: "flex", alignItems: "center", gap: "5px" }}>
49-
<input
49+
<input aria-label="Temperature control range input"
5050
type="range"
5151
min="0"
5252
max={maxValue}

0 commit comments

Comments
 (0)