fix(ui): increase base text size

This commit is contained in:
2026-06-18 19:24:03 -05:00
parent 8708323f62
commit d03d3be368

View File

@@ -186,7 +186,7 @@ void load_fonts(float scale) {
config.OversampleV = 2;
config.PixelSnapH = false;
config.RasterizerDensity = 1.0f;
const float size = 12.0f * scale;
const float size = 14.0f * scale;
if (!io.Fonts->AddFontFromFileTTF(GITREE_ASSET_DIR "/OpenSans-Regular.ttf", size, &config))
io.Fonts->AddFontDefault();