Various design fixes

This commit is contained in:
ismailgulek
2022-01-17 16:32:32 +03:00
parent feb7190fe2
commit fb643ed8c0
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