fix(segmented_button): hover text style

This commit is contained in:
Vukašin Vojinović 2026-04-03 03:58:26 +02:00 committed by Michael Murphy
parent 34219d1fd4
commit a9e0671075

View file

@ -218,7 +218,7 @@ where
maximum_button_width: u16::MAX,
indent_spacing: 16,
font_active: crate::font::semibold(),
font_hovered: crate::font::semibold(),
font_hovered: crate::font::default(),
font_inactive: crate::font::default(),
font_size: 14.0,
height: Length::Shrink,