fix(segmented_button): hover text style

This commit is contained in:
Vukašin Vojinović 2026-04-03 03:58:26 +02:00 committed by GitHub
parent 24464908f6
commit 80dedfc362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,