Skip to content

Commit

Permalink
fix: Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
miyanokomiya committed Sep 26, 2024
1 parent ee2fcfc commit a691468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserSettingPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const UserSettingPanel: React.FC = () => {
<ToggleInput value={userSetting.grid !== "off"} onChange={handleGridChange}>
Grid
</ToggleInput>
<InlineField label="Grid size" inert={userSetting.gridSizeType !== "custom"}>
<InlineField label="Grid size">
<div className="w-24">
<NumberInput min={1} slider={true} value={userSetting.gridSize ?? 50} onChange={handleGridSizeChange} />
</div>
Expand Down

0 comments on commit a691468

Please sign in to comment.