diff --git a/Classes/LinphoneUI/UIInterfaceStyleButton.m b/Classes/LinphoneUI/UIInterfaceStyleButton.m index bfcd21a61..853e36207 100644 --- a/Classes/LinphoneUI/UIInterfaceStyleButton.m +++ b/Classes/LinphoneUI/UIInterfaceStyleButton.m @@ -39,6 +39,8 @@ default: break; } + } else { + self.tintColor = [UIColor darkGrayColor]; } } diff --git a/Classes/LinphoneUI/UIInterfaceStyleToggleButton.m b/Classes/LinphoneUI/UIInterfaceStyleToggleButton.m index 2edae2d76..b059252ff 100644 --- a/Classes/LinphoneUI/UIInterfaceStyleToggleButton.m +++ b/Classes/LinphoneUI/UIInterfaceStyleToggleButton.m @@ -39,6 +39,8 @@ default: break; } + } else { + self.tintColor = [UIColor darkGrayColor]; } }