Add retained paints and shared text selection

This commit is contained in:
iris committed 2026-09-10 18:35:24 -04:00
1 parent 25370731d0
commit de92fccba5
60 files changed
+2848 -1297

No files matched your search

+1 -1
View File
@@ -88,7 +88,7 @@ impl DefaultAppState for Client {
}
Err(message) => {
let text = wtext(format!("Couldn't fold the bench fixture: {message}"))
.color(Color::WHITE)
.color(PaintId::WHITE)
.wrap(true)
.pad(dp(16))
.add_strong(rsc)