bar changes
This commit is contained in:
		
							parent
							
								
									d7067db1d6
								
							
						
					
					
						commit
						58e3488a9d
					
				@ -91,7 +91,7 @@ struct TopBarView: View {
 | 
			
		||||
            .padding()
 | 
			
		||||
            .frame(height: 50) // Стандартная высота для нав. бара
 | 
			
		||||
            
 | 
			
		||||
//            Divider()
 | 
			
		||||
            Divider()
 | 
			
		||||
        }
 | 
			
		||||
        .background(Color(UIColor.systemBackground))
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@ -33,8 +33,8 @@ struct CustomTabBar: View {
 | 
			
		||||
        }
 | 
			
		||||
        .padding(.horizontal)
 | 
			
		||||
        .padding(.top, 1)
 | 
			
		||||
        .padding(.bottom, 18) // Добавляем отступ снизу
 | 
			
		||||
        .background(Color(.systemGray6))
 | 
			
		||||
        .padding(.bottom, 30) // Добавляем отступ снизу
 | 
			
		||||
//        .background(Color(.systemGray6))
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -113,4 +113,4 @@ struct SideMenuFooterButton: View {
 | 
			
		||||
            .foregroundColor(.primary)
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user