mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Remove element extension
This commit is contained in:
parent
c71783a08c
commit
dac0a830cb
2 changed files with 1 additions and 11 deletions
|
|
@ -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 }
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue