修改推送图标

This commit is contained in:
2025-02-07 17:44:23 +08:00
parent cbc5f844f1
commit dd5cf8ad36
4 changed files with 12 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
- (void)awakeFromNib {
[super awakeFromNib];
self.avatarImageView.layer.cornerRadius = 30.f;
self.avatarImageView.layer.cornerRadius = 25.f;
self.avatarImageView.layer.masksToBounds = YES;
}