From 1a4103ab9f6d15b57b5b3587972053dad66709b4 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 22 Jul 2025 18:32:24 +0200 Subject: chore: necessary updates for iced master --- src/rule.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rule.rs') diff --git a/src/rule.rs b/src/rule.rs index 77cb0ef..d1ccdaa 100644 --- a/src/rule.rs +++ b/src/rule.rs @@ -19,7 +19,6 @@ pub fn inset(theme: &Theme) -> Style { Style { color: theme.colors().outline.variant, fill_mode: FillMode::Padded(8), - width: 1, radius: Radius::default(), snap: cfg!(feature = "crisp"), } @@ -28,7 +27,6 @@ pub fn full_width(theme: &Theme) -> Style { Style { color: theme.colors().outline.variant, fill_mode: FillMode::Full, - width: 1, radius: Radius::default(), snap: cfg!(feature = "crisp"), } -- cgit v1.2.3