-
Notifications
You must be signed in to change notification settings - Fork 179
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): Align software keyboard with latest design #14700
Conversation
…t design First change component name close AUTH-133
@@ -0,0 +1,71 @@ | |||
/* stylelint-disable */ | |||
|
|||
/* Alphanumeric Keyboard has 3 layouts |
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.
👍
|
||
.hg-layout-numbers .hg-row .hg-button { | ||
height: 44.75px; | ||
width: 330px !important; |
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.
what does !important mean?
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.
to override style. https://developer.mozilla.org/en-US/docs/Web/CSS/important
Generally, using important isn't good and I hate to use it since that makes CSS debug complicated.
I will keep an eye on this to solve important
.
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.
the renames for the components makes a lot of sense! Stories look great and the comments are very helpful. lgtm!
* fix(app): Align software keyboard with latest design
Overview
design
https://www.figma.com/file/OIdG64Q5cgvEw82ish5Eee/Design-System%3A-Flex?type=design&node-id=7832-138835&mode=design&t=faWySShsSt9MZhan-0
For Numerical Keyboard, I'm still waiting for the design team's update.
close AUTH-133
Test Plan
make -C components dev
Changelog
Review requests
Risk assessment
low