Commit c7de9ee
fix(issues): Use Heading in sentry app external issue modal title (#114748)
The sentry-app external issue modal (used for Linear and other
internal-integration "issue link" components) rendered the modal title
as plain text, while the first-party external issue modal used for
Jira/GitHub/etc. wraps its title in `<Heading as="h4">`. The modal
`Header` CSS only applies the 20px title size to `h1`-`h6` elements, so
the sentry-app variant rendered noticeably smaller than its first-party
siblings.
Wrap the title in `<Heading as="h4">` so all integration modals share
the same title size.1 parent 35b0ccd commit c7de9ee
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
0 commit comments