diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-22 08:40:09 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-22 08:40:09 +0100 |
| commit | 5801d7253e199b842270476ee0af8d0d0d0f4dc9 (patch) | |
| tree | 80482c98341f26971bac872b9566e54891431c06 /src/main.rs | |
| parent | chore: update deps (diff) | |
| download | iced-builder-5801d7253e199b842270476ee0af8d0d0d0f4dc9.tar.gz | |
chore: update iced_material
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
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(), |
