Skip to content

Commit 115e3c2

Browse files
committed
style: fix button padding
1 parent a18755a commit 115e3c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/snow-leopard/components/publish-settings-menu.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ export function PublishSettingsMenu({ document, user, onUpdate }: PublishSetting
397397
</div>
398398
</div>
399399
{/* Style controls end */}
400-
401-
<div className="flex justify-end p-2 border-t bg-background/50 -mx-3 -mb-3 mt-4">
400+
<div className="flex justify-end px-3 pt-4 pb-2 border-t bg-background/50 -mx-3 -mb-3 mt-4">
402401
<Button
403402
size="sm"
404403
onClick={() => {

0 commit comments

Comments
 (0)