Clarify activity bar tooltips

This commit is contained in:
2026-07-19 21:46:19 +02:00
parent 23981ce2ae
commit ca7b864261
3 changed files with 29 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ use iced::{Background, Border, Color, Element, Length, Theme};
use bds_core::i18n::UiLocale;
use crate::app::Message;
use crate::components::inputs;
use crate::i18n::t;
use crate::state::navigation::SidebarView;
@@ -145,6 +146,7 @@ pub fn view(
tooltip::Position::Right,
)
.gap(4)
.style(inputs::tooltip_style)
.into()
};