diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/container.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
