FIX SIZE CACHE

This commit is contained in:
iris committed 2025-12-17 00:09:20 -05:00
1 parent ecbb9e56e2
commit 1363f31fcd
9 files changed
+144 -178

No files matched your search

+1 -1
View File
@@ -58,7 +58,7 @@ pub type TextBuffer = Buffer;
impl Default for TextAttrs {
fn default() -> Self {
let size = 14.0;
let size = 16.0;
Self {
color: UiColor::WHITE,
font_size: size,