commit 5b7b47aaf5e2af09d85db8e6657835d5d912c551
parent 029bbf0e77e5480b4caccf45e74ab2c3ca113dc7
Author: William Casarin <jb55@jb55.com>
Date: Thu, 2 May 2024 16:25:07 -0500
style: less bubbly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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(),