diff --git a/iphone/Maps/Classes/SearchUniversalCell.m b/iphone/Maps/Classes/SearchUniversalCell.m index d4672de202..1a3c380994 100644 --- a/iphone/Maps/Classes/SearchUniversalCell.m +++ b/iphone/Maps/Classes/SearchUniversalCell.m @@ -159,6 +159,7 @@ _subtitleLabel = [[UILabel alloc] initWithFrame:CGRectZero]; _subtitleLabel.backgroundColor = [UIColor clearColor]; _subtitleLabel.textColor = [UIColor whiteColor]; + _subtitleLabel.font = SUBTITLE_FONT; } return _subtitleLabel; }