summaryrefslogtreecommitdiffstats
path: root/style/src/text_input.rs
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2023-02-13 11:38:05 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-11 05:11:19 +0200
commit7b369842959511f17d5c27941fd0308484bff8ea (patch)
treedb4bcb9ce1f8770e00a51743e397ad4f89b0be60 /style/src/text_input.rs
parent931b30dc5ac17b65b1fb996cb4b87fc946c410e3 (diff)
downloadiced-7b369842959511f17d5c27941fd0308484bff8ea.tar.gz
iced-7b369842959511f17d5c27941fd0308484bff8ea.tar.bz2
iced-7b369842959511f17d5c27941fd0308484bff8ea.zip
feat: added handle to text_input
Diffstat (limited to 'style/src/text_input.rs')
-rw-r--r--style/src/text_input.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/style/src/text_input.rs b/style/src/text_input.rs
index d97016dc..5e703e61 100644
--- a/style/src/text_input.rs
+++ b/style/src/text_input.rs
@@ -12,6 +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,
}
/// A set of rules that dictate the style of a text input.