Changed .accent for .suggested-action
This commit is contained in:
		
							parent
							
								
									0d65cf1cbc
								
							
						
					
					
						commit
						3ddc172437
					
				@ -1341,7 +1341,7 @@ Generate a title following these rules:
 | 
			
		||||
                button = Gtk.Button(
 | 
			
		||||
                    label=_("Open Model Manager"),
 | 
			
		||||
                    tooltip_text=_("Open Model Manager"),
 | 
			
		||||
                    css_classes=["accent", "pill"]
 | 
			
		||||
                    css_classes=["suggested-action", "pill"]
 | 
			
		||||
                )
 | 
			
		||||
                button.connect('clicked', lambda *_ : self.manage_models_dialog.present(self))
 | 
			
		||||
                button_container.append(button)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user