feat(segmented_button): pressed state style
This commit is contained in:
parent
4f423349a2
commit
5434dc95d5
3 changed files with 37 additions and 23 deletions
|
|
@ -13,6 +13,7 @@ pub struct Appearance {
|
|||
pub active: ItemStatusAppearance,
|
||||
pub inactive: ItemStatusAppearance,
|
||||
pub hover: ItemStatusAppearance,
|
||||
pub pressed: ItemStatusAppearance,
|
||||
}
|
||||
|
||||
/// Appearance of an item in the segmented button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue