master
wangzhaoyao 2023-01-05 19:08:33 +08:00
parent 64bd5f8496
commit 39e5a2b52b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ returnInsets = inset;\
float bottomY = appletImageView.frame.size.height + appletImageView.frame.origin.y;
UIView *line0 = [[UIView alloc] initWithFrame:CGRectMake(0, bottomY, self.shareView.frame.size.width, 0.5)];
line0.backgroundColor = [MOPTools fat_dynamicColorWithLightHexString:@"#E0E0E0" darkHexString:@"#2E2E2E"];
line0.backgroundColor = [MOPTools fat_dynamicColorWithLightHexString:@"#eeeeee" darkHexString:@"#2E2E2E"];
[self.shareView addSubview:line0];