mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-30 20:22:06 +00:00 
			
		
		
		
	use system background color for background
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
		| @@ -76,7 +76,7 @@ struct SearchTextField: View { | ||||
|                     ) | ||||
|                     .overlay( | ||||
|                         RoundedRectangle(cornerRadius: 8) | ||||
|                             .stroke(Color("ControlsBorderColor"), lineWidth: 1) | ||||
|                             .stroke(Color(UIColor.secondarySystemBackground), lineWidth: 1) | ||||
|                     ) | ||||
|                     .frame(maxWidth: .infinity, alignment: .leading) | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Toni Förster
					Toni Förster