Skip to content

Commit 5ee5178

Browse files
committed
fix: padding
Signed-off-by: Adam Setch <[email protected]>
1 parent 61b8678 commit 5ee5178

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/renderer/components/settings/AppearanceSettings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const AppearanceSettings: FC = () => {
119119
<div className="flex items-center mt-3 mb-2 text-sm">
120120
<FieldLabel name="zoom" label="Zoom:" />
121121

122-
<ButtonGroup>
122+
<ButtonGroup className="ml-2">
123123
<IconButton
124124
aria-label="Zoom out"
125125
size="small"

src/renderer/routes/__snapshots__/Settings.test.tsx.snap

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)