fix: show tooltip above to improve legibility

This commit is contained in:
Michael Mallan 2025-04-23 12:26:21 +01:00
parent ea8e8453d7
commit eb45d6ef8f
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -118,7 +118,7 @@ pub fn recovery_path_view<'a>(
.padding(5)
.style(theme::pill::simple),
liana_ui::widget::Text::new(fg.to_string()),
tooltip::Position::Bottom,
tooltip::Position::Top,
)
.style(theme::card::simple),
)