Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-04-03 19:33:14 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-04-03 19:33:14 +0300
commit5b59c7603ea4b58106a790a8bc6f637f4659170b (patch)
tree245437dafa1fd14081fb0b0a3ebed96bbd3dc9bc /iOSClient/Login
parentf58ff2e2bbb0e84ab343ed1aa213dcae531c08c5 (diff)
fix color
Diffstat (limited to 'iOSClient/Login')
-rw-r--r--iOSClient/Login/CCLogin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Login/CCLogin.m b/iOSClient/Login/CCLogin.m
index 501900061..5228fa54d 100644
--- a/iOSClient/Login/CCLogin.m
+++ b/iOSClient/Login/CCLogin.m
@@ -112,7 +112,7 @@
[self.password setFont:[UIFont systemFontOfSize:13]];
[self.password setDelegate:self];
- [self.toggleVisiblePassword setImage:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"visiblePassword"] multiplier:2 color:[UIColor whiteColor]] forState:UIControlStateNormal];
+ [self.toggleVisiblePassword setImage:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"visiblePassword"] multiplier:2 color:textColor] forState:UIControlStateNormal];
// Login
[self.login setTitle:NSLocalizedString(@"_login_", nil) forState:UIControlStateNormal] ;