-
Notifications
You must be signed in to change notification settings - Fork 9
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 passwords empty screen lock icon in dark mode #3436
base: main
Are you sure you want to change the base?
Conversation
@@ -1159,3 +1130,17 @@ extension PasswordManagementViewController: NSMenuItemValidation { | |||
return !accounts.isEmpty | |||
} | |||
} | |||
|
|||
struct PasswordManagementEmptyStateMessage: View { |
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.
In-line links + images are just so much easier with SwiftUI...
hostingView.autoresizingMask = [.height, .width] | ||
hostingView.translatesAutoresizingMaskIntoConstraints = true | ||
emptyStateMessageContainer.addSubview(hostingView) | ||
emptyStateMessageHeight.constant = listModel.emptyStateMessageViewHeight |
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.
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.
Lock icon styling looking great, and link still works as expected; just one small issue with longer translations
This PR has been inactive for more than 7 days and will be automatically closed 7 days from now. |
Task/Issue URL: https://app.asana.com/0/1203822806345703/1208570651540471/f
Description:
The lock icon on passwords screen empty state has wrong dark mode colour.
This fixes it so it's the same colour as the text.
Steps to test this PR:
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation