Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 10, 2024
1 parent c629ff8 commit 07b18f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/garage/components/SettingsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const SettingsMenu = () => {
<p>theme</p>
{createSelect(THEMES, state.settings.theme, actions.setTheme)}
</div>
<div>
<div class="me-3">
<p>turn timeout</p>
{createSelect(TURN_TIMEOUT_ENABLED, state.settings.timeoutEnabled, actions.setTimeoutEnabled)}
</div>
Expand Down

0 comments on commit 07b18f6

Please sign in to comment.