fix(button): image button rendering fixes
This commit is contained in:
parent
6c7a080209
commit
14614e4e03
4 changed files with 64 additions and 40 deletions
|
|
@ -80,4 +80,7 @@ pub trait StyleSheet {
|
|||
|
||||
/// Produces the pressed [`Appearance`] of a button.
|
||||
fn pressed(&self, focused: bool, style: &Self::Style) -> Appearance;
|
||||
|
||||
/// Background color of the selection indicator
|
||||
fn selection_background(&self) -> Background;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue