From 8e445f3c0c35eae785e933d380142e2971639960 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 9 Dec 2021 08:31:05 +0200 Subject: iOS: Use accent color in input fields --- src/ios.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ios.m') diff --git a/src/ios.m b/src/ios.m index 021e354d..2705a350 100644 --- a/src/ios.m +++ b/src/ios.m @@ -748,7 +748,7 @@ void init_SystemTextInput(iSystemTextInput *d, iRect rect, int flags) { } UIColor *textColor = makeUIColor_(uiInputTextFocused_ColorId); UIColor *backgroundColor = makeUIColor_(uiInputBackgroundFocused_ColorId); - UIColor *tintColor = makeUIColor_(uiInputCursor_ColorId); + UIColor *tintColor = makeUIColor_(uiInputFrameHover_ColorId); /* use the accent color */ //uiInputCursor_ColorId); [appState_ setSystemTextInput:d]; if (d->field) { UITextField *field = REF_d_field; -- cgit v1.2.3