Browse Source

【内嵌支付】修复“比较表文字颜色和高保真不一致”

wanjun 6 months ago
parent
commit
ceeffa2b9c

+ 2 - 2
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseCompareDMGWindowController.m

@@ -239,7 +239,7 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
 
     self.discountPriceLabel.textColor = [NSColor colorWithRed:255.0/255.0 green:231.0/255.0 blue:106.0/255.0 alpha:1.0];
     self.discountPriceLabel.font = [NSFont fontWithName:@"Ubuntu" size:36.0];
-    self.originalPriceLabel.textColor = [NSColor colorWithRed:255.0/255.0 green:94.0/255.0 blue:44.0/255.0 alpha:1.0];
+    self.originalPriceLabel.textColor = [NSColor whiteColor];
     self.originalPriceLabel.font = [NSFont fontWithName:@"Ubuntu" size:14.0];
 
     self.freeVersionLbl.stringValue = NSLocalizedString(@"Free Version", nil);
@@ -457,7 +457,7 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
         self.aiTitleLabel.textColor = [NSColor colorWithRed:20/255. green:0 blue:102/255. alpha:1];
     }
     
-    self.parmanentVerLbl.textColor = [NSColor colorWithRed:255/255. green:94/255. blue:44/255. alpha:1.];
+    self.parmanentVerLbl.textColor = [NSColor colorWithRed:252/255. green:253/255. blue:255/255. alpha:1.];
     self.oneTimeTipLbl.textColor = [NSColor colorWithRed:255/255. green:231/255. blue:106/255. alpha:1.];
     
     if ([KMAppearance isDarkMode]) {