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(app): fix font size in parameters screen odd #14693

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Mar 19, 2024

Overview

the design team requested us to update the font size of value in parameters screen. (22px -> 28px)
close AUTH-218

related thread

Screenshot 2024-03-19 at 2 22 56 PM
Screenshot 2024-03-19 at 2 22 40 PM

Test Plan

Changelog

Review requests

If there is more efficient way to fix this except re-structuring a component, please let me know.

Risk assessment

low

the design team requested us to update the font size of value in parameters screen.

close AUTH-218
@koji koji requested a review from a team March 19, 2024 18:38
@koji koji marked this pull request as ready for review March 19, 2024 18:38
@koji koji requested a review from a team as a code owner March 19, 2024 18:38
@koji koji requested review from b-cooper and removed request for a team and b-cooper March 19, 2024 18:38
@@ -116,6 +116,8 @@ interface ProtocolSetupStepProps {
description?: string
// optional removal of the icon
hasIcon?: boolean
// optional enlarge the font size
hasLargeFont?: boolean
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we know if this is the only other font size? maybe instead of a boolean, we could call it "fontSize" and then default it to p.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually not sure... , but yeah at this moment what you suggested is better than passing boolean prop.
I will update this. Thanks!

Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

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

yay! thanks for addressing the design feedback from Sue. Just left a comment

@koji koji merged commit 003582f into edge Mar 19, 2024
20 checks passed
@koji koji deleted the fix_change-font-size-to-28px branch March 19, 2024 22:31
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
* fix(app): fix font size in parameters screen odd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants