-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
cleanup for GSD layout #2104
cleanup for GSD layout #2104
Conversation
Updated. Thanks. |
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.
Thanks for the changes looks much better. Have one more thought and then I'll stop bugging you 😅
@parasharrajat see my comment over here: #2123 (comment) In case we want to fix that while you are addressing clean up items here. |
@shawnborton Thanks for mapping that issue to the PR. It's been taken care of. |
@@ -920,8 +920,8 @@ const styles = { | |||
}, | |||
|
|||
focusedAvatar: { | |||
backgroundColor: themeColors.pillBG, |
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.
These variables were removed recently so I have to migrate.
@parasharrajat you've got some conflicts here now and please try to remove all inline styles. We should not be passing any objects directly to a |
@marcaaron Updated. Thanks. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Oh. I think this PR should fix this. Let me check. |
Oops, ignore me, I was not on the latest staging version. |
@marcaaron Please review.
Fixes
fixes #2123
Details
Following up on the changes mentioned #2015 (review)
Tested On
Internal Code changes thus no screenshots.