diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 43d14fc47..f0138cb18 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -247,6 +247,20 @@ export function Settings(props: { closeSettings: () => void }) { +
+ + + updateConfig( + (config) => (config.tightBorder = e.currentTarget.checked), + ) + } + > + +
+ void }) { } > - -
- - - updateConfig( - (config) => (config.tightBorder = e.currentTarget.checked), - ) - } - > - -