Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(issue-stream): Reduce font size of title and message #79378

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

MichaelSun48
Copy link
Member

@MichaelSun48 MichaelSun48 commented Oct 18, 2024

Reduces the font size of the title and message of issues on the issue stream.

Before:

image

After:

image

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 18, 2024
@@ -182,7 +181,7 @@ const TitleWithoutLink = styled('span')`
display: inline-flex;
`;

export default withOrganization(EventOrGroupHeader);
export default EventOrGroupHeader;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there are a couple places which weren't providing organization as a prop that are angry

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops fixing now, didn't mean to include this in the PR

@MichaelSun48 MichaelSun48 merged commit 06ca791 into master Oct 18, 2024
43 of 44 checks passed
@MichaelSun48 MichaelSun48 deleted the msun/issueStream/reduceMessageFontSize branch October 18, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants