Profile: fix toolbar color as scrolled by banner
This commit is contained in:
		
							parent
							
								
									cacca17dd8
								
							
						
					
					
						commit
						29b8b5307e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -126,7 +126,7 @@ const Profile: Component = () => {
 | 
			
		|||
            variant="dense"
 | 
			
		||||
            sx={{
 | 
			
		||||
              display: "flex",
 | 
			
		||||
              color: bannerSampledColors()?.text,
 | 
			
		||||
              color: scrolledPastBanner() ? undefined : bannerSampledColors()?.text,
 | 
			
		||||
              paddingTop: "var(--safe-area-inset-top)",
 | 
			
		||||
            }}
 | 
			
		||||
          >
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue