This commit is contained in:
vm-silicons
2025-12-20 11:17:08 -08:00
parent 245de5d4f4
commit 3038f0c056
@@ -56,7 +56,7 @@ export function SettingsStatPanel(props) {
value={statFontSize}
unit="px"
format={(value) => toFixed(value)}
onChange={(value) =>
onChange={(e, value) =>
dispatch(updateSettings({ statFontSize: value }))
}
/>