From eb8fc3aed08145d8ca613d66902cbb46526a1830 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:01:13 -0500 Subject: [PATCH] Fix AppIconOptionsController Title Title now looks more like the one from the YouTube Settings. Doing my best to replicate the YT Settings UI. --- Sources/AppIconOptionsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index a7d8339..bce6b13 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -16,7 +16,7 @@ [super viewDidLoad]; self.title = @"Change App Icon"; - [self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName: [UIFont fontWithName:@"YTSans-Bold" size:17], NSForegroundColorAttributeName: [UIColor whiteColor]}]; + [self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName: [UIFont fontWithName:@"YTSans-Bold" size:22], NSForegroundColorAttributeName: [UIColor whiteColor]}]; self.selectedIconIndex = -1;