Update to modalkit{,-ratatui}@0.0.19 (#273)

This commit is contained in:
Ulyssa
2024-04-23 23:30:01 -07:00
committed by GitHub
parent 3971801aa3
commit 46f6d37f76
7 changed files with 316 additions and 89 deletions

View File

@@ -148,7 +148,7 @@ impl<'a> StatefulWidget for Space<'a> {
Span::styled(e.to_string(), Style::default().fg(Color::Red)).into(),
];
empty_message = Text { lines }.into();
empty_message = Text::from(lines).into();
},
}
}