Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Jan 24, 2025
1 parent 61b8678 commit 5ee5178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/settings/AppearanceSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const AppearanceSettings: FC = () => {
<div className="flex items-center mt-3 mb-2 text-sm">
<FieldLabel name="zoom" label="Zoom:" />

<ButtonGroup>
<ButtonGroup className="ml-2">
<IconButton
aria-label="Zoom out"
size="small"
Expand Down
3 changes: 2 additions & 1 deletion src/renderer/routes/__snapshots__/Settings.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ee5178

Please sign in to comment.