From 5b7b47aaf5e2af09d85db8e6657835d5d912c551 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 2 May 2024 16:25:07 -0500 Subject: [PATCH] style: less bubbly --- src/app_style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_style.rs b/src/app_style.rs index 9b6e6a1f..16cbedc0 100644 --- a/src/app_style.rs +++ b/src/app_style.rs @@ -184,7 +184,7 @@ pub fn create_themed_visuals(theme: ColorTheme, default: Visuals) -> Visuals { }, extreme_bg_color: theme.extreme_bg_color, error_fg_color: theme.err_fg_color, - window_rounding: Rounding::same(32.0), + window_rounding: Rounding::same(8.0), window_fill: theme.window_fill, window_shadow: Shadow { offset: [0.0, 8.0].into(),