fix color

This commit is contained in:
2025-11-10 19:55:50 +08:00
parent 3eb3a86376
commit a007a77db9
2 changed files with 13 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
- (instancetype)initWithFrame:(CGRect)frame {
if (self = [super initWithFrame:frame]) {
self.backgroundColor = [UIColor colorWithHex:0xF2F6FA]; //
self.backgroundColor = [UIColor clearColor]; //
[self addSubview:self.titleLabel];
[self addSubview:self.keyboardBtn];