chore: removed cera:: from something in cera::

This commit is contained in:
Sara Gerretsen 2025-10-27 21:40:24 +01:00
parent c372a4db3a
commit 5e16b201c4

View file

@ -20,7 +20,7 @@ void TextButton(Clay_String text, Clay_Color color, OnHoveredFn onHovered, intpt
},
}) {
Clay_OnHover(onHovered, onHoveredData);
cera::Body(text, {
Body(text, {
.textColor = theme->textColor,
.textAlignment = CLAY_TEXT_ALIGN_CENTER,
});