mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Fix fonts and edition on replies
This commit is contained in:
@@ -185,7 +185,7 @@ static const NSTimeInterval kActionMenuComposerHeightAnimationDuration = .3;
|
||||
}
|
||||
else
|
||||
{
|
||||
return ThemeService.shared.theme.fonts.body;
|
||||
return [UIFont systemFontOfSize:15.f];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user