sized spans!

This commit is contained in:
iris committed 2025-08-28 18:25:59 -04:00
1 parent d7d67e4ed3
commit a0e6623abe
7 files changed
+52 -10

No files matched your search

+1 -1
View File
@@ -96,13 +96,13 @@ impl Client {
text("okkk\nokkkkkk!").size(30),
text("hmm").size(30),
text("a").size(30),
text("pretty cool right?").size(30),
(
text("'").size(30).family(Family::Monospace),
text("'").size(30).family(Family::Monospace),
text(":gamer mode").size(30).family(Family::Monospace),
)
.span(Dir::RIGHT, [sized(); _]),
text("pretty cool right?").size(30),
)
.span(Dir::DOWN, [sized(); _]),
);