Rename IconPosition to Side in text_input

This commit is contained in:
Héctor Ramón Jiménez 2023-04-11 05:54:51 +02:00
parent 57265ff211
commit cf9d8e0104
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 11 additions and 11 deletions

View file

@ -585,7 +585,7 @@ impl<'a> Step {
code_point: '\u{E900}',
size: Some(35.0),
spacing: 10.0,
position: text_input::IconPosition::Right,
side: text_input::Side::Right,
});
}