summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-22 08:40:09 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-22 08:40:09 +0100
commit5801d7253e199b842270476ee0af8d0d0d0f4dc9 (patch)
tree80482c98341f26971bac872b9566e54891431c06 /src/main.rs
parentchore: update deps (diff)
downloadiced-builder-5801d7253e199b842270476ee0af8d0d0d0f4dc9.tar.gz
chore: update iced_material
Diffstat (limited to '')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 1908591..55b647c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -526,7 +526,7 @@ impl IcedBuilder {
.padding([5, 10])
.width(Length::Fill)
.style(|theme: &Theme| {
- let color = theme.colors().surface.on_surface;
+ let color = theme.colors().surface.text;
container::Style {
background: Some(
disabled_container(color).into(),