feat: add selectable() to Text

This commit is contained in:
Hojjat 2026-05-15 13:38:15 -06:00 committed by Ashley Wulber
parent 347d91f7ea
commit 251254ad51
9 changed files with 442 additions and 19 deletions

View file

@ -477,6 +477,7 @@ fn delete_icon() -> Text<'static> {
fn subtle(theme: &Theme) -> text::Style {
text::Style {
color: Some(theme.extended_palette().background.strongest.color),
..text::Style::default()
}
}