summaryrefslogtreecommitdiffstats
path: root/style/src/text_input.rs
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2023-02-16 14:32:59 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-11 05:11:23 +0200
commitd24a4a46895ed711ddfc3199a0445f0b69a812e4 (patch)
treed18477c286585f14334a2ae591e81f7ce86fee05 /style/src/text_input.rs
parentbfc5db9009f10a67ed277ce9d1997bcdea3f6acd (diff)
downloadiced-d24a4a46895ed711ddfc3199a0445f0b69a812e4.tar.gz
iced-d24a4a46895ed711ddfc3199a0445f0b69a812e4.tar.bz2
iced-d24a4a46895ed711ddfc3199a0445f0b69a812e4.zip
Changed `Handle` to `Icon` to be consistent
Diffstat (limited to '')
-rw-r--r--style/src/text_input.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/src/text_input.rs b/style/src/text_input.rs
index 5e703e61..73b05852 100644
--- a/style/src/text_input.rs
+++ b/style/src/text_input.rs
@@ -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.