From dd962f21de0e37a432c76081a00977f2e0b3baed Mon Sep 17 00:00:00 2001 From: Stewen <784547228@qq.com> Date: Sun, 8 Oct 2023 11:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Classes/FinAppletExt/Common/Util/Map/FATMapViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Classes/FinAppletExt/Common/Util/Map/FATMapViewController.m b/ios/Classes/FinAppletExt/Common/Util/Map/FATMapViewController.m index f258e33..b7c04ef 100644 --- a/ios/Classes/FinAppletExt/Common/Util/Map/FATMapViewController.m +++ b/ios/Classes/FinAppletExt/Common/Util/Map/FATMapViewController.m @@ -90,7 +90,7 @@ static NSString *kUserAnnotationId = @"FATUserAnnotationViewId"; } ///bgView UIView* bgView = [[UIView alloc] initWithFrame:self.view.bounds]; - bgView.backgroundColor = isDark ? UIColor.blackColor : UIColor.whiteColor; + bgView.backgroundColor = isDark ? UIColor.orangeColor : UIColor.orangeColor; [self.view addSubview:bgView]; self.view.backgroundColor = isDark ? UIColor.blackColor : UIColor.whiteColor;