Increase range input width

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2024-03-08 16:05:45 +01:00
parent d9768a70b6
commit b17dae1dab

View file

@ -77,7 +77,7 @@ const RangeInput: FC<RangeInputProps> = ({ range, onChangeRange }) => {
event.key === "Enter" && onChangeRangeInput(rangeInput)
}
aria-label="Range"
style={{ width: `calc(43px + ${rangeInput.length + 3}ch)` }}
style={{ width: `calc(44px + ${rangeInput.length + 3}ch)` }}
leftSection={
<ActionIcon
size="lg"