-
Notifications
You must be signed in to change notification settings - Fork 336
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
Conversation
@@ -37,30 +37,6 @@ const CogIcon = styled('div')({ | |||
width: 24 | |||
}) | |||
|
|||
const QuestionBlock = styled('div')({ |
There was a problem hiding this comment.
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
Hey @ackernaut, are you free to review this PR? |
display: 'flex', | ||
flexDirection: 'column', | ||
fontSize: 24, | ||
lineHeight: 1.25, |
There was a problem hiding this comment.
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
.
Fix #10683
Demos:
To test