Changed Handle to Icon to be consistent
This commit is contained in:
parent
bfc5db9009
commit
d24a4a4689
5 changed files with 59 additions and 58 deletions
|
|
@ -12,8 +12,8 @@ pub struct Appearance {
|
|||
pub border_width: f32,
|
||||
/// The border [`Color`] of the text input.
|
||||
pub border_color: Color,
|
||||
/// The handle [`Color`] of the text input.
|
||||
pub handle_color: Color,
|
||||
/// The icon [`Color`] of the text input.
|
||||
pub icon_color: Color,
|
||||
}
|
||||
|
||||
/// A set of rules that dictate the style of a text input.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue