Skip to content

Commit

Permalink
fix: add margin to close button
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz committed Mar 6, 2024
1 parent 57c18e7 commit 27f58b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/update/ChangeLogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default function ChangeLogModal() {
)}
<div
style={{
marginTop: "24px",
display: "flex",
justifyContent: "center",
}}
Expand Down

0 comments on commit 27f58b2

Please sign in to comment.