diff --git a/src/style.h b/src/style.h index 7bdfea6..9199112 100644 --- a/src/style.h +++ b/src/style.h @@ -63,8 +63,8 @@ constexpr uint16_t headerSizes[] = { }; #define BODY()\ - fontId = FONT_DEFAULT,\ - .fontSize = baseFontSize +fontId = FONT_DEFAULT,\ +.fontSize = baseFontSize #define H(level_)\ fontId = FONT_BOLD,\