Skip to content

Commit

Permalink
Merge pull request #97 from u38502/master
Browse files Browse the repository at this point in the history
Fixing unreadable subtitle
  • Loading branch information
benwinding authored Jan 31, 2024
2 parents 80f6821 + c1533c4 commit d9644cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SharedDialogWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function SharedDialogWrapper(props: {
margin: "0",
fontSize: "0.9em",
marginBottom: "10px",
marginTop: "-7px",
marginTop: "0px",
color: "#555",
}}
>
Expand Down

0 comments on commit d9644cf

Please sign in to comment.