Set default value for resetting to 50% (#585)

Should have been updated along with 2dab88eb7e
This commit is contained in:
schroda
2024-01-29 20:55:16 +01:00
committed by GitHub
parent 891d6f4165
commit 6716339c0e

View File

@@ -92,7 +92,7 @@ export function ReaderSettingsOptions({
value={readerWidth}
minValue={10}
maxValue={100}
defaultValue={100}
defaultValue={50}
valueUnit="%"
showSlider
handleUpdate={(width: number) => setSettingValue('readerWidth', width)}