Various design fixes

This commit is contained in:
ismailgulek
2022-01-17 16:32:32 +03:00
parent 9ff7849f8e
commit 012192f38a
5 changed files with 52 additions and 18 deletions
+1 -1
View File
@@ -1541,7 +1541,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
- (UIBarButtonItem *)threadListBarButtonItem
{
UIImage *icon = [[UIImage imageNamed:@"threads_icon"] vc_resizedWith:CGSizeMake(24, 24)];
UIImage *icon = [[UIImage imageNamed:@"threads_icon"] vc_resizedWith:CGSizeMake(21, 21)];
UIBarButtonItem *item = [[UIBarButtonItem alloc] initWithImage:icon
style:UIBarButtonItemStylePlain
target:self