Remove element extension

This commit is contained in:
Nic Barker 2025-02-03 14:16:22 +13:00
parent c71783a08c
commit dac0a830cb
2 changed files with 1 additions and 11 deletions

View file

@ -11,7 +11,7 @@ void RenderHeaderButton(Clay_String text) {
.cornerRadius = CLAY_CORNER_RADIUS(5)
}) {
CLAY_TEXT(text, CLAY_TEXT_CONFIG({
.font = FONT_ID_BODY_16,
.fontId = FONT_ID_BODY_16,
.fontSize = 16,
.textColor = { 255, 255, 255, 255 }
}));