aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-08-06 18:16:06 +0200
committerpml68 <contact@pml68.dev>2025-08-06 18:16:06 +0200
commit29645f2a7e9b901ccb58ad91835ee4a34d5997e1 (patch)
tree72d937be9ff6a9fc014eb4d9491d0794b31f2e54 /src
parentfix: doc test(s) (diff)
downloadiced_material-29645f2a7e9b901ccb58ad91835ee4a34d5997e1.tar.gz
chore: necessary updates for iced master
Diffstat (limited to 'src')
-rw-r--r--src/text_editor.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/text_editor.rs b/src/text_editor.rs
index 14d7104..168d1c8 100644
--- a/src/text_editor.rs
+++ b/src/text_editor.rs
@@ -27,7 +27,6 @@ pub fn default(theme: &Theme, status: Status) -> Style {
width: 1.0,
radius: 4.into(),
},
- icon: surface.on_surface_variant,
placeholder: surface.on_surface_variant,
value: surface.on_surface,
selection: disabled_text(primary.color),
@@ -58,7 +57,6 @@ pub fn default(theme: &Theme, status: Status) -> Style {
width: 1.0,
radius: border::radius(4),
},
- icon: disabled_text(surface.on_surface),
placeholder: disabled_text(surface.on_surface),
value: disabled_text(surface.on_surface),
selection: disabled_text(surface.on_surface),