CustomTabBar update create button
This commit is contained in:
		
							parent
							
								
									8eb1e17692
								
							
						
					
					
						commit
						dee0e7444d
					
				@ -395,7 +395,7 @@
 | 
			
		||||
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 | 
			
		||||
				CODE_SIGN_ENTITLEMENTS = yobble/yobble.entitlements;
 | 
			
		||||
				CODE_SIGN_STYLE = Automatic;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 3;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 4;
 | 
			
		||||
				DEVELOPMENT_TEAM = V22H44W47J;
 | 
			
		||||
				ENABLE_HARDENED_RUNTIME = YES;
 | 
			
		||||
				ENABLE_PREVIEWS = YES;
 | 
			
		||||
@ -435,7 +435,7 @@
 | 
			
		||||
				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 | 
			
		||||
				CODE_SIGN_ENTITLEMENTS = yobble/yobble.entitlements;
 | 
			
		||||
				CODE_SIGN_STYLE = Automatic;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 3;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 4;
 | 
			
		||||
				DEVELOPMENT_TEAM = V22H44W47J;
 | 
			
		||||
				ENABLE_HARDENED_RUNTIME = YES;
 | 
			
		||||
				ENABLE_PREVIEWS = YES;
 | 
			
		||||
 | 
			
		||||
@ -71,7 +71,7 @@ struct CreateButton: View {
 | 
			
		||||
//                .background(Color.accentColor)
 | 
			
		||||
                .background(
 | 
			
		||||
                    LinearGradient(
 | 
			
		||||
                        gradient: Gradient(colors: [.blue, .white]),
 | 
			
		||||
                        gradient: Gradient(colors: [.blue, Color(red: 0.0, green: 0.0, blue: 0.545) ]),
 | 
			
		||||
                        startPoint: .top,
 | 
			
		||||
                        endPoint: .bottom
 | 
			
		||||
                    )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user