fix(ui): increase base font size

This commit is contained in:
2026-06-18 19:37:23 -05:00
parent 265a52dfea
commit 3cc1d6e217

View File

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