summaryrefslogtreecommitdiffstats
path: root/style/src/text_input.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-04-11 06:18:52 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-11 06:18:52 +0200
commitff24f9040c822fa7706087091e92ebee1e5211c5 (patch)
tree18e5a9053b092cb9d0d9f0b95f35b1bdeb6aaa7f /style/src/text_input.rs
parent931b30dc5ac17b65b1fb996cb4b87fc946c410e3 (diff)
parent927c3a8caaefc241c48d6200266d286e20dc2076 (diff)
downloadiced-ff24f9040c822fa7706087091e92ebee1e5211c5.tar.gz
iced-ff24f9040c822fa7706087091e92ebee1e5211c5.tar.bz2
iced-ff24f9040c822fa7706087091e92ebee1e5211c5.zip
Merge pull request #1702 from casperstorm/feat/text_input_handle
Added `Icon` 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..73b05852 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 icon [`Color`] of the text input.
+ pub icon_color: Color,
}
/// A set of rules that dictate the style of a text input.