mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix button color
This commit is contained in:
parent
080907dc82
commit
15fda66881
2 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
|||
default:
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
self.tintColor = [UIColor darkGrayColor];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@
|
|||
default:
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
self.tintColor = [UIColor darkGrayColor];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue