Add PartialEq derives for widget styles
This commit is contained in:
parent
c217500a5a
commit
f912d26d64
13 changed files with 19 additions and 19 deletions
|
|
@ -1226,7 +1226,7 @@ pub enum Status {
|
|||
}
|
||||
|
||||
/// The appearance of a text input.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub struct Style {
|
||||
/// The [`Background`] of the text input.
|
||||
pub background: Background,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue