master
wangzhaoyao 2023-01-05 20:38:02 +08:00
parent ad5d698c66
commit 49ca6becdf
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ returnInsets = inset;\
[self.contentView addSubview:titleLabel];
UIView *line1 = [[UIView alloc] initWithFrame:CGRectMake(0, 58 , self.contentView.frame.size.width, 0.5)];
line1.backgroundColor = [MOPTools fat_dynamicColorWithLightHexString:@"#E0E0E0" darkHexString:@"#2E2E2E"];
line1.backgroundColor = [MOPTools fat_dynamicColorWithLightHexString:@"#E0E0E0" darkHexString:@"#E0E0E0"];
[self.contentView addSubview:line1];
self.cancelButton = [UIButton buttonWithType:UIButtonTypeCustom];