Fix fonts and edition on replies

This commit is contained in:
aringenbach
2022-05-04 12:17:21 +02:00
parent ba4c88ac07
commit 79156ba3c7
10 changed files with 45 additions and 19 deletions

View File

@@ -185,7 +185,7 @@ static const NSTimeInterval kActionMenuComposerHeightAnimationDuration = .3;
}
else
{
return ThemeService.shared.theme.fonts.body;
return [UIFont systemFontOfSize:15.f];
}
}