Reduce "auto scroll speed" quick setting size

This commit is contained in:
schroda
2024-12-27 04:38:39 +01:00
parent 7201a34607
commit 6dd6fd8c51

View File

@@ -44,6 +44,7 @@ export const ReaderNavBarDesktopAutoScroll = ({
<TextField
value={autoScroll.value}
type="number"
size="small"
onBlur={(e) => {
const value = +e.target.value;