From c112b076cb69eb138ce1bbbc2dce637455b5c6b5 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 31 Jul 2025 13:41:09 +0200 Subject: fix: `container::outlined` had a 0-width border --- src/container.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/container.rs b/src/container.rs index 5c253ad..3b63d5f 100644 --- a/src/container.rs +++ b/src/container.rs @@ -193,6 +193,7 @@ pub fn outlined(theme: &Theme) -> Style { Style { border: Border { color: theme.colors().outline.color, + width: 2.0, ..base.border }, ..base -- cgit v1.2.3