chore: removed cera:: from something in cera::
This commit is contained in:
		
							parent
							
								
									c372a4db3a
								
							
						
					
					
						commit
						5e16b201c4
					
				| 
						 | 
					@ -20,7 +20,7 @@ void TextButton(Clay_String text, Clay_Color color, OnHoveredFn onHovered, intpt
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
	}) {
 | 
						}) {
 | 
				
			||||||
		Clay_OnHover(onHovered, onHoveredData);
 | 
							Clay_OnHover(onHovered, onHoveredData);
 | 
				
			||||||
		cera::Body(text, {
 | 
							Body(text, {
 | 
				
			||||||
			.textColor = theme->textColor,
 | 
								.textColor = theme->textColor,
 | 
				
			||||||
			.textAlignment = CLAY_TEXT_ALIGN_CENTER,
 | 
								.textAlignment = CLAY_TEXT_ALIGN_CENTER,
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue