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 new address book submit button border color #3113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aryatalathi
Copy link
Contributor

@aryatalathi aryatalathi commented Nov 23, 2022

Fixes #3067

@ChristophWurst ChristophWurst changed the title #3067 border-color Fix new address book submit button border color Nov 23, 2022
@ChristophWurst ChristophWurst added design Related to the design bug Something isn't working 3. to review Waiting for reviews labels Nov 23, 2022
@ChristophWurst
Copy link
Member

Thanks a lot for the contribution @aryatalathi! For design changes it's recommended to post a before and after screenshot that shows the UI before your change and after. Could you add this here as a comment? Thanks!

@ChristophWurst
Copy link
Member

Hey @aryatalathi,

Could you please post a before and after screenshot to demo your changes?

Cheers

@ChristophWurst
Copy link
Member

Hey @aryatalathi,

Could you please post a before and after screenshot to demo your changes?

Cheers

@@ -170,7 +170,7 @@ export default {
.settings-new-addressbook >>> .icon-confirm {
min-height: 44px;
height: 44px;
border-color: var(--color-border-dark) !important;
border-color: black !important;
Copy link
Member

Choose a reason for hiding this comment

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

I'm convinced this should use a css var, not a hard-coded value. The black border will be problematic with a bright theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working design Related to the design
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor layout issue: Submit button for "New address book" is red
2 participants