diff options
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(), |
