profile patch
This commit is contained in:
		
							parent
							
								
									71b19f15ba
								
							
						
					
					
						commit
						38de1cc204
					
				@ -104,6 +104,7 @@ struct ProfileContentTabbedGrid: View {
 | 
			
		||||
                    Rectangle()
 | 
			
		||||
                        .frame(height: 2)
 | 
			
		||||
                        .foregroundColor(.primary)
 | 
			
		||||
                        .padding(.horizontal)
 | 
			
		||||
                }
 | 
			
		||||
                .frame(maxWidth: .infinity)
 | 
			
		||||
            }
 | 
			
		||||
@ -120,6 +121,7 @@ struct ProfileContentTabbedGrid: View {
 | 
			
		||||
                    Rectangle()
 | 
			
		||||
                        .frame(height: 2)
 | 
			
		||||
                        .foregroundColor(.clear)
 | 
			
		||||
                        .padding(.horizontal)
 | 
			
		||||
                }
 | 
			
		||||
                .frame(maxWidth: .infinity)
 | 
			
		||||
            }
 | 
			
		||||
@ -136,6 +138,7 @@ struct ProfileContentTabbedGrid: View {
 | 
			
		||||
            Rectangle()
 | 
			
		||||
                .frame(height: 2)
 | 
			
		||||
                .foregroundColor(selectedTabIndex == index ? .primary : .clear)
 | 
			
		||||
                .padding(.horizontal)
 | 
			
		||||
        }
 | 
			
		||||
        .frame(maxWidth: .infinity)
 | 
			
		||||
        .onTapGesture {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user