Skip to content

Commit

Permalink
use body1 text, not h6, for app information
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Oct 16, 2024
1 parent 2d4c853 commit 520bc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/instantlaunches/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const InstantLaunchSubmissionDialog = ({

<DialogContent>
{appInfo && (
<Typography variant="h6">
<Typography variant="body1">
Launching app: {appInfo.name}
{resource ? " with data " + resource.path : ""}
</Typography>
Expand Down

0 comments on commit 520bc6f

Please sign in to comment.