mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-20 23:32:36 +01:00
grid
This commit is contained in:
@@ -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 }))
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user