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

fix: update icebreaker styles #10723

Merged
merged 4 commits into from
Feb 6, 2025
Merged

Conversation

nickoferrall
Copy link
Contributor

Fix #10683

Demos:

Screenshot 2025-01-22 at 16 47 43
Screenshot 2025-01-22 at 16 47 06
Screenshot 2025-01-22 at 16 46 39

To test

  • Create a retro meeting and see that the icebreaker styles look as expected
  • See the discussion text line height also looks good

Sorry, something went wrong.

@@ -37,30 +37,6 @@ const CogIcon = styled('div')({
width: 24
})

const QuestionBlock = styled('div')({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

While in the area, I changed this to tailwind. It's not directly relevant to the icebreaker styles

@nickoferrall
Copy link
Contributor Author

Hey @ackernaut, are you free to review this PR?

display: 'flex',
flexDirection: 'column',
fontSize: 24,
lineHeight: 1.25,
Copy link
Member

Choose a reason for hiding this comment

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

Nit: I would bump this line-height (1.25) from 30px to 32px. 30px is a little too tight to my eyes. 36 is too much. Might at well use px units with fontSize: 24.

@nickoferrall
Copy link
Contributor Author

Thanks, I've bumped the line height 👍

Screenshot 2025-02-06 at 13 04 31

@nickoferrall nickoferrall merged commit 31d398f into master Feb 6, 2025
6 checks passed
@nickoferrall nickoferrall deleted the fix/10683/icebreaker-style branch February 6, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spacing error on Icebreaker prompt
2 participants