Skip to content

Commit bb48876

Browse files
committed
T15261333 IOS-8225 Fixed status color of Good password strength
(cherry picked from commit fef5acf)
1 parent 35af4bd commit bb48876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iMEGA/Utils/Shared Views/Views/PasswordStrengthIndicatorView+Additions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extension PasswordStrengthIndicatorView {
1616
case .medium:
1717
labelColor = UIColor.isDesignTokenEnabled() ? TokenColors.Indicator.green : UIColor.systemGreen
1818
case .good:
19-
labelColor = UIColor.isDesignTokenEnabled() ? TokenColors.Indicator.green : UIColor(red: 18.0/255/0, green: 210.0/255.0, blue: 56.0/255.0, alpha: 1.0)
19+
labelColor = UIColor.isDesignTokenEnabled() ? TokenColors.Indicator.green : UIColor.systemGreen
2020
case .strong:
2121
labelColor = UIColor.isDesignTokenEnabled() ? TokenColors.Indicator.blue : UIColor.mnz_blue(for: traitCollection)
2222
@unknown default:

0 commit comments

Comments
 (0)