fix(segmented_button): hover text style
This commit is contained in:
parent
34219d1fd4
commit
a9e0671075
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ where
|
||||||
maximum_button_width: u16::MAX,
|
maximum_button_width: u16::MAX,
|
||||||
indent_spacing: 16,
|
indent_spacing: 16,
|
||||||
font_active: crate::font::semibold(),
|
font_active: crate::font::semibold(),
|
||||||
font_hovered: crate::font::semibold(),
|
font_hovered: crate::font::default(),
|
||||||
font_inactive: crate::font::default(),
|
font_inactive: crate::font::default(),
|
||||||
font_size: 14.0,
|
font_size: 14.0,
|
||||||
height: Length::Shrink,
|
height: Length::Shrink,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue